Skip to content

Commit

Permalink
Add to features open source and that it's free - moving towards bette…
Browse files Browse the repository at this point in the history
…r SEO
  • Loading branch information
andbas committed Sep 29, 2024
1 parent bee5bf3 commit c09e868
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions src/app/(site)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

import Link from "next/link";
import "../../index.css";
import { CloudOff, Focus, Hash, ShieldCheck, Smartphone } from "lucide-react";
import {
Aperture,
CloudOff,
Focus,
Hash,
PackageOpen,
Receipt,
ShieldCheck,
Smartphone,
} from "lucide-react";

export default function HomePage() {
return (
Expand Down Expand Up @@ -44,11 +53,10 @@ export default function HomePage() {
<ul className="space-y-4">
<li className="flex items-start">
<span className="mr-2">
{/* <Camera /> */}
<Smartphone />
<Aperture />
</span>
<div>
<strong>Real-Time Color Detection</strong>
<strong>Camera Color Picker</strong>
<p>
Point your camera and tap anywhere on the screen to instantly
get color details.
Expand Down Expand Up @@ -93,6 +101,32 @@ export default function HomePage() {
</p>
</div>
</li>
<li className="flex items-start">
<span className="mr-2">
<Receipt />
</span>
<div>
<strong>Free, No Ads</strong>
<p>
Our camera color picker is free forever, without ads, sign-up or
installation. Just open the app in your browser and start
detecting colors.
</p>
</div>
</li>
<li className="flex items-start">
<span className="mr-2">
<PackageOpen />
</span>
<div>
<strong>Open Source</strong>
<p>
Our code is publicly available, ensuring transparency,
community-driven improvements, and the ability to customize the
app to your specific needs.
</p>
</div>
</li>
<li className="flex items-start">
<span className="mr-2">
<CloudOff />
Expand Down

0 comments on commit c09e868

Please sign in to comment.