diff --git a/src/app/page.tsx b/src/app/page.tsx index 560021e..8c63be8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Learn Our Story", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-adult-shopping-city_23-2149321826.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adult-shopping-city_23-2149321826.jpg?_wi=1" imageAlt="Stylish boutique interior with warm orange accents and fashion displays" showDimOverlay={false} showBlur={true} @@ -82,7 +82,7 @@ export default function LandingPage() { title: "Personal Touch", description: "Our five-woman team knows every piece in the store and loves helping you find exactly what you need.", icon: Users } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-adult-shopping-city_23-2149321826.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adult-shopping-city_23-2149321826.jpg?_wi=2" imageAlt="Sassy Pink Boutique team collaborating in store" mediaAnimation="slide-up" imagePosition="right" @@ -103,10 +103,10 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Silk Blend Blouses", price: "$65 - $85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-brown-leather-bag-clothes-hanged-white-hangers_181624-2245.jpg", imageAlt: "Premium silk blend blouses in multiple colors", isFavorited: false + id: "1", name: "Silk Blend Blouses", price: "$65 - $85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-brown-leather-bag-clothes-hanged-white-hangers_181624-2245.jpg?_wi=1", imageAlt: "Premium silk blend blouses in multiple colors", isFavorited: false }, { - id: "2", name: "Leather Crossbody Bags", price: "$120 - $180", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-alone-cafe-sunglasses-handbag-pink-blue-colors-spring-summer-fashion-trend-elegant-style_285396-4340.jpg", imageAlt: "Elegant leather crossbody bags in neutral tones", isFavorited: false + id: "2", name: "Leather Crossbody Bags", price: "$120 - $180", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-alone-cafe-sunglasses-handbag-pink-blue-colors-spring-summer-fashion-trend-elegant-style_285396-4340.jpg?_wi=1", imageAlt: "Elegant leather crossbody bags in neutral tones", isFavorited: false }, { id: "3", name: "Vintage Fedoras", price: "$55 - $75", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-park_1303-25671.jpg", imageAlt: "Stylish vintage fedora hats perfect for any outfit", isFavorited: false @@ -115,10 +115,10 @@ export default function LandingPage() { id: "4", name: "Luxury Gift Sets", price: "$40 - $95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-with-holiday-make-up-wearing-sweater_343629-220.jpg", imageAlt: "Curated luxury gift sets with premium items", isFavorited: false }, { - id: "5", name: "Statement Dresses", price: "$95 - $145", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-brown-leather-bag-clothes-hanged-white-hangers_181624-2245.jpg", imageAlt: "Bold statement dresses for special occasions", isFavorited: false + id: "5", name: "Statement Dresses", price: "$95 - $145", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-brown-leather-bag-clothes-hanged-white-hangers_181624-2245.jpg?_wi=2", imageAlt: "Bold statement dresses for special occasions", isFavorited: false }, { - id: "6", name: "Designer Tote Bags", price: "$140 - $220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-alone-cafe-sunglasses-handbag-pink-blue-colors-spring-summer-fashion-trend-elegant-style_285396-4340.jpg", imageAlt: "Spacious designer tote bags with premium finishes", isFavorited: false + id: "6", name: "Designer Tote Bags", price: "$140 - $220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-alone-cafe-sunglasses-handbag-pink-blue-colors-spring-summer-fashion-trend-elegant-style_285396-4340.jpg?_wi=2", imageAlt: "Spacious designer tote bags with premium finishes", isFavorited: false } ]} gridVariant="bento-grid"