diff --git a/src/app/page.tsx b/src/app/page.tsx index 9479be8..193280d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; @@ -31,31 +31,19 @@ export default function LandingPage() { @@ -63,28 +51,19 @@ export default function LandingPage() {
- console.log('Booking submitted:', data)} + mediaAnimation="opacity" />
@@ -263,50 +188,31 @@ export default function LandingPage() { logoText="A Express" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "For Businesses", - href: "#for-businesses", - }, + label: "For Businesses", href: "#for-businesses"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { - label: "Instagram", - href: "https://instagram.com/aexpress_delivery", - }, + label: "Instagram", href: "https://instagram.com/aexpress_delivery"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}