diff --git a/src/app/page.tsx b/src/app/page.tsx index 70a89e1..493cea1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -80,6 +79,7 @@ export default function LandingPage() { showStepNumbers={true} title="Everything Your Business Needs" description="We provide the essential tools to help your local business thrive online, from mobile-ready design to fast, secure hosting." + buttons={[{ text: "Start Now", href: "#contact" }]} /> @@ -95,6 +95,7 @@ export default function LandingPage() { showRating={true} title="Loved by Business Owners" description="See why hundreds of local businesses trust us with their online presence." + buttons={[{ text: "Join Them", href: "#contact" }]} /> @@ -114,7 +115,7 @@ export default function LandingPage() {