From e1171b7a3ef7828927650665b3756cc2dceb9094 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:21:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++++++------------------------------- 1 file changed, 96 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53f3587..f0cb347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,200 +2,112 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Phone, CheckCircle, Mail, MapPin, Clock } from 'lucide-react'; -export default function LandingPage() { +export default function AdeptHandymanLandingPage() { return ( - + -
- window.location.href = "tel:+15615315971" }, - { text: "Request a Free Quote", href: "#contact" }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530686.jpg?_wi=2" - avatarText="Trusted by our WPB Neighbors" - /> -
+
+ window.location.href = "tel:+15615315971" }, + { text: "Get Quote", href: "#appointment" } + ]} + imageSrc="https://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530686.jpg" + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -- 2.49.1