From 56f25a3bf4ed1846c883a9f1b04b66c747126137 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:01:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 961ba5f..2bb4ec8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,6 +93,7 @@ export default function LandingPage() { imageAlt="Vestra craftsmanship and design process" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -103,11 +104,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Materials", author: "Crafted with Care", description: "We source only the finest fabrics and materials from trusted suppliers across Europe, ensuring exceptional quality and durability in every piece.", tags: ["Quality", "Sustainability"], - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg?_wi=1", imageAlt: "Premium materials showcase" + imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg", imageAlt: "Premium materials showcase" }, { id: "2", title: "Timeless Design", author: "Elegance Endures", description: "Our minimalist approach emphasizes clean lines and sophisticated silhouettes that transcend seasonal trends, creating wardrobe essentials that last.", tags: ["Design", "Minimalism"], - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg?_wi=2", imageAlt: "Timeless design collection" + imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg", imageAlt: "Timeless design collection" } ]} animationType="slide-up" -- 2.49.1