From a2f8022cd9e54a7295f2ca5317cbc5b8476e5308 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:12:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index affad62..bd352a4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 2cd0774d6ada7bbc6276a92d427f3b040bbda3d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:12:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a20037a..3c02687 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Star } from "lucide-react"; @@ -30,7 +29,6 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, ]} button={{ text: "Call Now", href: "tel:605-642-8666" }} animateOnLoad={true} @@ -48,7 +46,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Schedule Service", href: "#contact" }, + { text: "Schedule Service", href: "#services" }, { text: "Call 605-642-8666", href: "tel:605-642-8666" }, ]} /> @@ -62,7 +60,7 @@ export default function LandingPage() { ]} useInvertedBackground={false} showBorder={true} - buttons={[{ text: "Visit Us Today", href: "#contact" }]} + buttons={[{ text: "Visit Us Today", href: "#services" }]} /> @@ -96,14 +94,14 @@ export default function LandingPage() {
-
- -
-