Update src/app/page.tsx

This commit is contained in:
2026-03-08 18:16:36 +00:00
parent 6c09daf98b
commit c1c626470b

View File

@@ -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"
/>
</div>
@@ -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"
}
]}
/>