diff --git a/src/app/page.tsx b/src/app/page.tsx index 91d7830..3584088 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,10 +64,10 @@ export default function LandingPage() { description="Explore a curated selection of timeless pieces and the newest trends in ladies' fashion. Find your next favorite outfit." tag="Shop" products={[ - { id: "1", name: "Elegant Flowy Dress", price: "$89.99", variant: "S, M, L", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg", imageAlt: "Elegant flowy dress" }, + { id: "1", name: "Elegant Flowy Dress", price: "$89.99", variant: "S, M, L", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg?_wi=1", imageAlt: "Elegant flowy dress" }, { id: "2", name: "Chic Casual Blouse", price: "$45.00", variant: "XS, S, M", imageSrc: "http://img.b2bpic.net/free-photo/elegant-trendy-blonde-woman-posing-street-near-beautiful-old-building-wearing-fashionable-trendy-hipster-outfit-sunglasses-spring-autumn-style_291049-236.jpg", imageAlt: "Chic casual blouse" }, { id: "3", name: "Tailored High-Waist Pants", price: "$65.50", variant: "26, 28, 30", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-park_1303-23829.jpg", imageAlt: "Tailored high-waist pants" }, - { id: "4", name: "Trendy Midi Skirt", price: "$55.00", variant: "S, M", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg", imageAlt: "Trendy midi skirt" } + { id: "4", name: "Trendy Midi Skirt", price: "$55.00", variant: "S, M", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg?_wi=2", imageAlt: "Trendy midi skirt" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up"