From 040c68a1e5278399eda22f82431b7627b6148eb6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 21:04:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {