From db98c77093a0de47ec6304514bf42229692452db Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:29:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 81 +++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52a0544..4d8ed48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { CheckCircle, Crown, Image, Leaf, Package, Sparkles, Trash2 } from 'lucide-react'; @@ -89,7 +89,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "Professional lawn care and maintenance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg?_wi=2", imageAlt: "Beautiful maintained lawn" + imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=3", imageAlt: "Beautiful landscape transformation before and after" } ] }, @@ -100,7 +100,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Professional property cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=1", imageAlt: "Clean transformed property" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg", imageAlt: "Clean transformed property exterior" } ] }, @@ -108,10 +108,10 @@ export default function LandingPage() { title: "Trash & Debris Removal", description: "Fast and efficient removal of yard waste, debris, and unwanted materials. We haul it all away so you don't have to.", icon: Trash2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cat-sitting-garbage-bin-outdoors_23-2148666768.jpg", imageAlt: "Professional trash and debris removal" + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Professional debris removal in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=2", imageAlt: "Clean property after removal" + imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=4", imageAlt: "Clean property after debris removal" } ] } @@ -125,26 +125,20 @@ export default function LandingPage() {
-
" - }, - { - id: "inquiry-2", title: "Your Email Address", content: "" - }, - { - id: "inquiry-3", title: "Your Phone Number", content: "" - }, - { - id: "inquiry-4", title: "Property Details", content: "" - } - ]} - textPosition="left" + " + }, + { + id: "inquiry-email", title: "Email Address", content: "" + }, + { + id: "inquiry-phone", title: "Phone Number", content: "" + }, + { + id: "inquiry-details", title: "Property Details", content: "" + } + ]} /> -- 2.49.1