diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e48261..24f533a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,9 +38,6 @@ import { Mail, BookOpen, User, - Smartphone, - Apple, - Download, } from "lucide-react"; export default function HomePage() { @@ -114,7 +111,9 @@ export default function HomePage() { brandName="AIRBRONE AI" navItems={navItems} button={{ - text: "Get Started Free", href: "/auth/login"}} + text: "Get Started Free", + href: "/auth/login", + }} /> @@ -122,42 +121,58 @@ export default function HomePage() {