From 87a92ca032e70943c4b0061e69999572b4917445 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 22:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d17e73..8ef81b1 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 ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Services", id: "features" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Get a Quote", id: "contact" }, ]} brandName="Castillo Cleaning" /> @@ -174,15 +174,23 @@ export default function LandingPage() {
-
@@ -200,7 +208,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "#about" }, - { label: "Contact", href: "#contact" }, + { label: "Get a Quote", href: "#contact" }, ], }, ]} @@ -210,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1