diff --git a/app/page.tsx b/app/page.tsx index af0f689..9d715d2 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,6 @@ import ClientOnly from "@/components/ClientOnly"; import FormContainer from "@/components/FormContainer"; -import Brand from "@/components/Brand"; +import Brand from "@/components/Branding"; export default function Home() { return ( diff --git a/components/Brand.tsx b/components/Branding.tsx similarity index 83% rename from components/Brand.tsx rename to components/Branding.tsx index 6a1e351..251e3af 100644 --- a/components/Brand.tsx +++ b/components/Branding.tsx @@ -2,9 +2,8 @@ import Image from "next/image"; import { BadgeCheck } from "lucide-react"; import { Button } from "./ui/button"; -("lucide-react"); -const headlines = [ +const lists = [ "Self-hostable", "No Tracking", "No Data Collection", @@ -17,7 +16,7 @@ const Brand = () => { M-OAuth