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