From c1c626470b9e0d4e5a336dfb42701cfd0ffc8c8c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:16:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd84409..ac3f2c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/small-cake-surrounded-with-marmelades-platter-marble-surface_114579-75262.jpg?_wi=1", imageAlt: "Luxury white marble kitchen countertop with elegant design" + imageSrc: "http://img.b2bpic.net/free-photo/small-cake-surrounded-with-marmelades-platter-marble-surface_114579-75262.jpg", imageAlt: "Luxury white marble kitchen countertop with elegant design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-cake-surrounded-with-marmelades-platter-marble-surface_114579-75262.jpg?_wi=2", imageAlt: "Premium dark granite kitchen surface with modern aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/small-cake-surrounded-with-marmelades-platter-marble-surface_114579-75262.jpg", imageAlt: "Premium dark granite kitchen surface with modern aesthetic" } ]} mediaAnimation="slide-up" @@ -134,6 +134,7 @@ export default function LandingPage() { imageAlt="Master stonecutters demonstrating premium craftsmanship" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -181,10 +182,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "98%", title: "Customer Satisfaction", description: "Homeowners and professionals rate us highly for quality and service", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-fight-kitchen_23-2148018361.jpg?_wi=1", imageAlt: "Professional installation team at work" + id: "1", value: "98%", title: "Customer Satisfaction", description: "Homeowners and professionals rate us highly for quality and service", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-fight-kitchen_23-2148018361.jpg", imageAlt: "Professional installation team at work" }, { - id: "2", value: "25+ yrs", title: "Industry Experience", description: "Two decades of expertise sourcing and delivering premium materials", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-fight-kitchen_23-2148018361.jpg?_wi=2", imageAlt: "Experienced installation team" + id: "2", value: "25+ yrs", title: "Industry Experience", description: "Two decades of expertise sourcing and delivering premium materials", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-fight-kitchen_23-2148018361.jpg", imageAlt: "Experienced installation team" } ]} /> -- 2.49.1