Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-13 15:57:30 +00:00

View File

@@ -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"