From a325ccde7b8c83b695b3117cb57eb02c78c820df Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:36:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c30c0a8..9c95fa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,16 +151,16 @@ export default function LandingPage() { animationType="blur-reveal" metrics={[ { - id: "metric-1", value: "20+", title: "Years Experience", description: "Two decades of trusted renovation expertise" + id: "metric-1", value: "20+", title: "Years Experience", description: "Two decades of trusted renovation expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on6h04", imageAlt: "luxury bathroom renovation before after" }, { - id: "metric-2", value: "500+", title: "Projects Completed", description: "Satisfied homeowners across Birmingham" + id: "metric-2", value: "500+", title: "Projects Completed", description: "Satisfied homeowners across Birmingham", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ungykn", imageAlt: "construction team working bathroom" }, { - id: "metric-3", value: "98%", title: "Customer Satisfaction", description: "Consistently excellent service ratings" + id: "metric-3", value: "98%", title: "Customer Satisfaction", description: "Consistently excellent service ratings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jcjudu", imageAlt: "luxury bathroom renovation design" }, { - id: "metric-4", value: "100%", title: "Quality Guarantee", description: "Immaculate finishes on every project" + id: "metric-4", value: "100%", title: "Quality Guarantee", description: "Immaculate finishes on every project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ojdccr", imageAlt: "modern kitchen renovation design" } ]} /> @@ -180,10 +180,10 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "testimonial-1", name: "Sarah Mitchell", handle: "Yardley Homeowner", testimonial: "Exceptional work from start to finish. They completely transformed our dated bathroom into a luxurious retreat. The attention to detail was remarkable, and they stayed within budget. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uxredl&_wi=1", imageAlt: "Sarah Mitchell", icon: Star + id: "testimonial-1", name: "Sarah Mitchell", handle: "Yardley Homeowner", testimonial: "Exceptional work from start to finish. They completely transformed our dated bathroom into a luxurious retreat. The attention to detail was remarkable, and they stayed within budget. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uxredl", imageAlt: "Sarah Mitchell", icon: Star }, { - id: "testimonial-2", name: "James & Emma Thompson", handle: "Birmingham Residents", testimonial: "Professional, reliable, and genuinely committed to quality. Our kitchen renovation exceeded expectations. They handled everything professionally and the craftsmanship is outstanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4x5ud&_wi=1", imageAlt: "James & Emma Thompson", icon: Star + id: "testimonial-2", name: "James & Emma Thompson", handle: "Birmingham Residents", testimonial: "Professional, reliable, and genuinely committed to quality. Our kitchen renovation exceeded expectations. They handled everything professionally and the craftsmanship is outstanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4x5ud", imageAlt: "James & Emma Thompson", icon: Star }, { id: "testimonial-3", name: "David Chen", handle: "West Bromwich", testimonial: "A family-run business that treats your home like their own. The wet room installation is beautiful and functional. They're punctual, tidy, and professional throughout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8gtu7w", imageAlt: "David Chen", icon: Star @@ -192,10 +192,10 @@ export default function LandingPage() { id: "testimonial-4", name: "Rachel Williams", handle: "Solihull Homeowner", testimonial: "After 20+ years, their reputation is well-deserved. Our bathroom renovation is stunning. They communicate clearly, work efficiently, and the finish is immaculate. Couldn't ask for better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xzwvum", imageAlt: "Rachel Williams", icon: Star }, { - id: "testimonial-5", name: "Michael Roberts", handle: "Edgbaston", testimonial: "Top-tier craftsmanship. Every tile perfectly placed, every fixture expertly installed. They transformed our space completely. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uxredl&_wi=2", imageAlt: "Michael Roberts", icon: Star + id: "testimonial-5", name: "Michael Roberts", handle: "Edgbaston", testimonial: "Top-tier craftsmanship. Every tile perfectly placed, every fixture expertly installed. They transformed our space completely. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uxredl", imageAlt: "Michael Roberts", icon: Star }, { - id: "testimonial-6", name: "Catherine Powell", handle: "Erdington Resident", testimonial: "Professional, punctual, and perfect results. The team worked diligently, kept the site clean, and delivered exactly what we envisioned. Excellent service!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4x5ud&_wi=2", imageAlt: "Catherine Powell", icon: Star + id: "testimonial-6", name: "Catherine Powell", handle: "Erdington Resident", testimonial: "Professional, punctual, and perfect results. The team worked diligently, kept the site clean, and delivered exactly what we envisioned. Excellent service!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4x5ud", imageAlt: "Catherine Powell", icon: Star } ]} /> -- 2.49.1