From 6ec1e92e060213f3dd51433f3a04cd2c75f829d0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:57:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f30aa8..7ee87a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,18 +52,18 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptfgjk", imageAlt: "Beautiful residential landscape transformation" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptfgjk&_wi=1", imageAlt: "Beautiful residential landscape transformation" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt", imageAlt: "Home exterior landscape enhancement" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt&_wi=1", imageAlt: "Home exterior landscape enhancement" } ]} rightCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r1sie", imageAlt: "Professional asphalt parking lot paving" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r1sie&_wi=1", imageAlt: "Professional asphalt parking lot paving" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o", imageAlt: "Commercial property curb appeal" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o&_wi=1", imageAlt: "Commercial property curb appeal" } ]} buttons={[ @@ -137,11 +137,11 @@ export default function LandingPage() { }, { id: "portfolio-2", brand: "Commercial", name: "Corporate Parking Lot Renovation", price: "Completed", rating: 5, - reviewCount: "Property Manager Satisfied", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o", imageAlt: "Commercial asphalt parking lot project" + reviewCount: "Property Manager Satisfied", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o&_wi=2", imageAlt: "Commercial asphalt parking lot project" }, { id: "portfolio-3", brand: "Residential", name: "Driveway & Landscape Package", price: "Completed", rating: 5, - reviewCount: "Client Verified", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt", imageAlt: "Home exterior with new asphalt driveway" + reviewCount: "Client Verified", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt&_wi=2", imageAlt: "Home exterior with new asphalt driveway" } ]} gridVariant="three-columns-all-equal-width" @@ -193,16 +193,16 @@ export default function LandingPage() { tagIcon={Award} metrics={[ { - id: "metric-1", value: "500+", title: "Projects Completed", description: "Residential and commercial transformations over 15 years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptfgjk", imageAlt: "Projects completed" + id: "metric-1", value: "500+", title: "Projects Completed", description: "Residential and commercial transformations over 15 years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptfgjk&_wi=2", imageAlt: "Projects completed" }, { - id: "metric-2", value: "4.9/5", title: "Average Rating", description: "Consistent excellence rated by verified clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt", imageAlt: "Average rating" + id: "metric-2", value: "4.9/5", title: "Average Rating", description: "Consistent excellence rated by verified clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt&_wi=3", imageAlt: "Average rating" }, { - id: "metric-3", value: "98%", title: "Client Retention", description: "Customers who return for ongoing services and referrals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r1sie", imageAlt: "Client retention" + id: "metric-3", value: "98%", title: "Client Retention", description: "Customers who return for ongoing services and referrals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r1sie&_wi=2", imageAlt: "Client retention" }, { - id: "metric-4", value: "15+", title: "Years Experience", description: "Proven expertise in landscaping and asphalt solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o", imageAlt: "Years experience" + id: "metric-4", value: "15+", title: "Years Experience", description: "Proven expertise in landscaping and asphalt solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o&_wi=3", imageAlt: "Years experience" } ]} animationType="slide-up" -- 2.49.1