Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 20:01:59 +00:00

View File

@@ -93,6 +93,7 @@ export default function LandingPage() {
imageAlt="Vestra craftsmanship and design process"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -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"