diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c05d83..99399d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,33 +34,19 @@ export default function LandingPage() { void} + onSubmit={(email: string) => {}} /> @@ -475,50 +278,31 @@ export default function LandingPage() { logoText="Concept Body" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#team", - }, + label: "Our Team", href: "#team"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Treatments", - items: [ + title: "Treatments", items: [ { - label: "Facials", - href: "#treatments", - }, + label: "Facials", href: "#treatments"}, { - label: "Body Contouring", - href: "#treatments", - }, + label: "Body Contouring", href: "#treatments"}, { - label: "Massages", - href: "#treatments", - }, + label: "Massages", href: "#treatments"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, ]}