From 32d407de9144e2170d4d429d03796dceed9e0c63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:00:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 192 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b6d22c..2517cd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,32 +29,19 @@ export default function LandingPage() {
@@ -120,31 +72,11 @@ export default function LandingPage() { title="Full-Service Plumbing" description="From midnight emergencies to new installs, we handle it all with integrity." accordionItems={[ - { - id: "1", - title: "Emergency Service", - content: "24/7 response for floods, bursts, and critical leaks.", - }, - { - id: "2", - title: "Drain Cleaning", - content: "Clearing blocks in bathrooms, kitchens, and basements.", - }, - { - id: "3", - title: "Water Heaters", - content: "Quality replacements and reliable repairs.", - }, - { - id: "4", - title: "Pipe Repair", - content: "Cracked, frozen, or corroded pipe specialists.", - }, - { - id: "5", - title: "Sump Pumps", - content: "Basement protection against Chicago flooding.", - }, + { id: "1", title: "Emergency Service", content: "24/7 response for floods, bursts, and critical leaks." }, + { id: "2", title: "Drain Cleaning", content: "Clearing blocks in bathrooms, kitchens, and basements." }, + { id: "3", title: "Water Heaters", content: "Quality replacements and reliable repairs." }, + { id: "4", title: "Pipe Repair", content: "Cracked, frozen, or corroded pipe specialists." }, + { id: "5", title: "Sump Pumps", content: "Basement protection against Chicago flooding." }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg" mediaAnimation="slide-up" @@ -156,12 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="About All About Plumbing" title="Ray Doesn't Just Fix Plumbing, He Looks Out For You." - buttons={[ - { - text: "Read Our Story", - href: "#about", - }, - ]} + buttons={[{ text: "Read Our Story", href: "#about" }]} /> @@ -171,41 +98,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sergio Barrios", - role: "Homeowner", - testimonial: "Ray got back to me very quickly. He arrived promptly and fixed the issue in 20 minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", - }, - { - id: "2", - name: "Ramesh Mehta", - role: "Homeowner", - testimonial: "Ray is honest, skilled, polite, and very cost-effective.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-man-black-shirt-poses-against-dark-background-standing-studio_613910-15119.jpg", - }, - { - id: "3", - name: "Bonnie Ketter", - role: "Homeowner", - testimonial: "He didn't want me to pay for costly repairs if not necessary. Rare honesty.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", - }, - { - id: "4", - name: "Jordan Pfeifer", - role: "Homeowner", - testimonial: "A house full of guests and a broken main line — he saved us on a Saturday night.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg", - }, - { - id: "5", - name: "Matthew Luczak", - role: "Homeowner", - testimonial: "Professional, fairly priced, and exceptionally skilled plumber.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", - }, + { id: "1", name: "Sergio Barrios", role: "Homeowner", testimonial: "Ray got back to me very quickly. He arrived promptly and fixed the issue in 20 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg" }, + { id: "2", name: "Ramesh Mehta", role: "Homeowner", testimonial: "Ray is honest, skilled, polite, and very cost-effective.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-man-black-shirt-poses-against-dark-background-standing-studio_613910-15119.jpg" }, + { id: "3", name: "Bonnie Ketter", role: "Homeowner", testimonial: "He didn't want me to pay for costly repairs if not necessary. Rare honesty.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" }, + { id: "4", name: "Jordan Pfeifer", role: "Homeowner", testimonial: "A house full of guests and a broken main line — he saved us on a Saturday night.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg" }, + { id: "5", name: "Matthew Luczak", role: "Homeowner", testimonial: "Professional, fairly priced, and exceptionally skilled plumber.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg" }, ]} title="5-Star Trusted Service" description="Don't just take our word for it — hear from your neighbors." @@ -215,9 +112,7 @@ export default function LandingPage() {