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 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() {
-
- -
-