diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f0c318..a35108e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { tag="New Collection" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", imageAlt: "elegant lifestyle product photography"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg?_wi=1", imageAlt: "elegant lifestyle product photography"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg", imageAlt: "luxury lifestyle details"} + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg?_wi=1", imageAlt: "luxury lifestyle details"} ]} mediaAnimation="slide-up" rating={5} @@ -71,7 +71,7 @@ export default function LandingPage() { { title: "Modern Aesthetic", description: "Designs that define the modern era." }, { title: "Customer First", description: "Dedicated to your ultimate satisfaction." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg?_wi=1" imageAlt="professional team workspace" mediaAnimation="slide-up" /> @@ -83,10 +83,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Timeless Design", description: "Styles that remain relevant forever.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418543.jpg", imageAlt: "Top view on boards of mdf material" }, - { title: "Sustainable Craft", description: "Ethically sourced and produced items.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", imageAlt: "Top view on boards of mdf material" }, - { title: "Global Shipping", description: "Delivered to your doorstep anywhere.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg", imageAlt: "Top view on boards of mdf material" }, - { title: "Exclusive Access", description: "Join our membership for early looks.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg", imageAlt: "Top view on boards of mdf material" }, - { title: "Expert Support", description: "Dedicated team for your questions.", buttonIcon: Headphones, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg", imageAlt: "Top view on boards of mdf material" }, + { title: "Sustainable Craft", description: "Ethically sourced and produced items.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg?_wi=2", imageAlt: "Top view on boards of mdf material" }, + { title: "Global Shipping", description: "Delivered to your doorstep anywhere.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg?_wi=2", imageAlt: "Top view on boards of mdf material" }, + { title: "Exclusive Access", description: "Join our membership for early looks.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg?_wi=2", imageAlt: "Top view on boards of mdf material" }, + { title: "Expert Support", description: "Dedicated team for your questions.", buttonIcon: Headphones, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg?_wi=1", imageAlt: "Top view on boards of mdf material" }, ]} title="Why Choose Le Wariss?" description="Excellence in every detail, crafted for your lifestyle." @@ -100,7 +100,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Essence Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg", imageAlt: "high end lifestyle product" }, + { id: "p1", name: "Essence Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg?_wi=2", imageAlt: "high end lifestyle product" }, { id: "p2", name: "Aura Lamp", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961331.jpg", imageAlt: "refined product photography" }, { id: "p3", name: "Velvet Cushion", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/frames-with-arabic-themed-wall-white-background_187299-38227.jpg", imageAlt: "high quality product item" }, ]}