From 5920166b91c8a2ddcc807e60100b0f668cf8b341 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:57:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fde7f6a..d520d52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Stay Rare" description="Discover Vestra—where exclusivity meets craftsmanship. Premium clothing designed for those who understand that true luxury is found in refined simplicity and timeless elegance." tag="Exclusive Collection" - imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-thermometer-her-arm_23-2147889076.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-thermometer-her-arm_23-2147889076.jpg" imageAlt="Luxury fabric texture" textPosition="center" showBlur={true} @@ -62,7 +62,7 @@ export default function LandingPage() { title="Crafted with Purpose" description="Every Vestra piece is a testament to exceptional craftsmanship and precision. We believe that true luxury lies in the details—in perfectly executed seams, premium fabrics, and timeless designs that transcend fleeting trends. Our commitment to exclusivity ensures that each garment is rare and meaningful." tag="Our Philosophy" - imageSrc="http://img.b2bpic.net/free-photo/male-fashion-designer-taking-fabric-from-shelf-his-customer_23-2148180328.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-fashion-designer-taking-fabric-from-shelf-his-customer_23-2148180328.jpg" imageAlt="Artisan craftsmanship in detail" useInvertedBackground={false} buttons={[{ text: "Discover More", href: "philosophy" }]} @@ -81,13 +81,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Vestra", name: "Classic Silk Dress", price: "€480", rating: 5, - reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sensitive-man-posing_23-2149518273.jpg?_wi=1", imageAlt: "Classic luxury dress"}, + reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sensitive-man-posing_23-2149518273.jpg", imageAlt: "Classic luxury dress"}, { id: "2", brand: "Vestra", name: "Tailored Blazer", price: "€620", rating: 5, - reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/person-cutting-fabric-sewing_23-2148827136.jpg?_wi=1", imageAlt: "Premium tailored blazer"}, + reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/person-cutting-fabric-sewing_23-2148827136.jpg", imageAlt: "Premium tailored blazer"}, { id: "3", brand: "Vestra", name: "Premium White Shirt", price: "€320", rating: 5, - reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-walking-outside-restaurant_1303-9415.jpg?_wi=1", imageAlt: "Luxury white shirt"}, + reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-walking-outside-restaurant_1303-9415.jpg", imageAlt: "Luxury white shirt"}, ]} /> @@ -102,16 +102,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Foundation Series", description: "Timeless basics that form the heart of any refined wardrobe. Essential pieces crafted for longevity and versatility.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-walking-outside-restaurant_1303-9415.jpg?_wi=2"}, + title: "Foundation Series", description: "Timeless basics that form the heart of any refined wardrobe. Essential pieces crafted for longevity and versatility.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-walking-outside-restaurant_1303-9415.jpg"}, { id: 2, - title: "Silhouette Collection", description: "Architectural tailoring meets minimalist design. Each garment is a study in proportion and refined elegance.", imageSrc: "http://img.b2bpic.net/free-photo/person-cutting-fabric-sewing_23-2148827136.jpg?_wi=2"}, + title: "Silhouette Collection", description: "Architectural tailoring meets minimalist design. Each garment is a study in proportion and refined elegance.", imageSrc: "http://img.b2bpic.net/free-photo/person-cutting-fabric-sewing_23-2148827136.jpg"}, { id: 3, - title: "Heritage Line", description: "Premium selections inspired by timeless fashion moments. Classic pieces reimagined for the modern luxury consumer.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sensitive-man-posing_23-2149518273.jpg?_wi=2"}, + title: "Heritage Line", description: "Premium selections inspired by timeless fashion moments. Classic pieces reimagined for the modern luxury consumer.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sensitive-man-posing_23-2149518273.jpg"}, { id: 4, - title: "Artisan Editions", description: "Limited-run pieces crafted with exceptional attention to detail. Where exclusivity meets uncompromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/male-fashion-designer-taking-fabric-from-shelf-his-customer_23-2148180328.jpg?_wi=2"}, + title: "Artisan Editions", description: "Limited-run pieces crafted with exceptional attention to detail. Where exclusivity meets uncompromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/male-fashion-designer-taking-fabric-from-shelf-his-customer_23-2148180328.jpg"}, ]} /> @@ -164,6 +164,7 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/woman-working-with-laptop-coffee-shop_53876-15993.jpg" mediaPosition="right" + mediaAnimation="none" inputPlaceholder="Your email address" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe at any time. You'll receive curated updates about Vestra collections and exclusive offerings." @@ -172,7 +173,7 @@ export default function LandingPage() {