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"