From bbe6b30d4b36a6d54ca05ab06fd342d5e8416eea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:21:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 +++++++++++++++--------------------------------- 1 file changed, 29 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 702acca..c614a5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; @@ -32,14 +31,10 @@ export default function LandingPage() { @@ -173,19 +140,15 @@ export default function LandingPage() { logoText="Lx Renovations" columns={[ { - title: "Services", items: [ - { - label: "Kitchens", href: "#services"}, - { - label: "Bathrooms", href: "#services"}, + title: "Services", items: [ + { label: "Kitchens", href: "#services" }, + { label: "Bathrooms", href: "#services" }, ], }, { - title: "Company", items: [ - { - label: "About Us", href: "#about"}, - { - label: "Contact", href: "#contact"}, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" }, ], }, ]}