From 48503b59863698895f1f6ac1906bb888c9c63eb2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:19:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 +++++++---------------------------------------- 1 file changed, 36 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f61a448..6108cc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -31,67 +31,27 @@ export default function LandingPage() {
-
@@ -99,12 +59,7 @@ export default function LandingPage() { @@ -114,21 +69,9 @@ export default function LandingPage() { title="Comprehensive Plumbing Solutions" description="Professional residential and commercial plumbing services tailored to your needs." accordionItems={[ - { - id: "1", - title: "Emergency Repairs", - content: "Fast, reliable help for when you need it most, 24/7.", - }, - { - id: "2", - title: "Routine Maintenance", - content: "Regular inspections and tune-ups to keep your plumbing system running smoothly.", - }, - { - id: "3", - title: "Commercial Plumbing", - content: "Dependable support for local small businesses and property managers.", - }, + { id: "1", title: "Emergency Repairs", content: "Fast, reliable help for when you need it most, 24/7." }, + { id: "2", title: "Routine Maintenance", content: "Regular inspections and tune-ups to keep your plumbing system running smoothly." }, + { id: "3", title: "Commercial Plumbing", content: "Dependable support for local small businesses and property managers." }, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg" mediaAnimation="slide-up" @@ -141,27 +84,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "5.0", - title: "Rating", - description: "Based on 62 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-logging-customer-interactions-spreadsheet-document-pc_482257-117912.jpg", - }, - { - id: "2", - value: "62+", - title: "Happy Clients", - description: "Local homeowners served", - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", - }, - { - id: "3", - value: "100%", - title: "Certified", - description: "Fully licensed plumbing experts", - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", - }, + { id: "1", value: "5.0", title: "Rating", description: "Based on 62 reviews", imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-logging-customer-interactions-spreadsheet-document-pc_482257-117912.jpg" }, + { id: "2", value: "62+", title: "Happy Clients", description: "Local homeowners served", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg" }, + { id: "3", value: "100%", title: "Certified", description: "Fully licensed plumbing experts", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg" }, ]} title="Built on Trust" description="Our history reflects our commitment to excellence." @@ -175,46 +100,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "Homeowner", - company: "Anderson", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", - }, - { - id: "2", - name: "Mark D.", - role: "Homeowner", - company: "Delaware County", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-corporate-employee-medium-shot_23-2148352556.jpg", - }, - { - id: "3", - name: "Linda R.", - role: "Property Manager", - company: "Local Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518172.jpg", - }, - { - id: "4", - name: "David W.", - role: "Homeowner", - company: "Anderson", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools_141793-122341.jpg", - }, - { - id: "5", - name: "Patricia M.", - role: "Small Business", - company: "Delaware County", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-sitting-table_23-2147650981.jpg", - }, + { id: "1", name: "Sarah J.", role: "Homeowner", company: "Anderson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg" }, + { id: "2", name: "Mark D.", role: "Homeowner", company: "Delaware County", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-corporate-employee-medium-shot_23-2148352556.jpg" }, + { id: "3", name: "Linda R.", role: "Property Manager", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518172.jpg" }, ]} title="What Our Clients Say" description="Join 62+ satisfied customers in Anderson, IN." @@ -225,21 +113,9 @@ export default function LandingPage() { @@ -267,9 +135,7 @@ export default function LandingPage() {
); } +" + } + ], + "rawPlan": "I have updated the hero section to a cleaner, more professional layout, replacing the previous carousel with a modern billboard style that presents the value proposition more clearly. I have also simplified some secondary content to improve focus and flow." +} \ No newline at end of file -- 2.49.1