From a5017eee1f3fc7550a233ab3c29a07d394219393 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fbfe6d..cabcd19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/exiting-graceful-woman-elegant-long-blue-dress-fooling-around-having-fun-tropical-beach-vacation-time_273443-2868.jpg", imageAlt: "Model in flowing dress near dark ocean waves"}, + "http://img.b2bpic.net/free-photo/exiting-graceful-woman-elegant-long-blue-dress-fooling-around-having-fun-tropical-beach-vacation-time_273443-2868.jpg?_wi=1", imageAlt: "Model in flowing dress near dark ocean waves"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -98,23 +98,23 @@ export default function LandingPage() { { id: "5", brand: "MURNR", name: "Shadow Rift Skirt", price: "$735", rating: 5, reviewCount: "142", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-pretty-woman-walking-through-streets-old-city_158595-2818.jpg", imageAlt: "Shadow rift luxury skirt"}, + "http://img.b2bpic.net/free-photo/fashion-pretty-woman-walking-through-streets-old-city_158595-2818.jpg?_wi=1", imageAlt: "Shadow rift luxury skirt"}, { id: "6", brand: "MURNR", name: "Silent Edge Blouse", price: "$815", rating: 5, reviewCount: "167", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-woman-standing-clean-urban-space_23-2149015680.jpg", imageAlt: "Silent edge luxury blouse"}, + "http://img.b2bpic.net/free-photo/smiley-woman-standing-clean-urban-space_23-2149015680.jpg?_wi=1", imageAlt: "Silent edge luxury blouse"}, { id: "7", brand: "MURNR", name: "Obsidian Boots", price: "$1,450", rating: 5, reviewCount: "198", imageSrc: - "http://img.b2bpic.net/free-photo/happy-teenager-holding-her-sunglasses-sitting-stairs_1139-381.jpg", imageAlt: "Obsidian luxury boots"}, + "http://img.b2bpic.net/free-photo/happy-teenager-holding-her-sunglasses-sitting-stairs_1139-381.jpg?_wi=1", imageAlt: "Obsidian luxury boots"}, { id: "8", brand: "MURNR", name: "Moonveil Bracelet", price: "$485", rating: 5, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-wedding-gown-from-side-her-hand-put-waist_181624-21091.jpg", imageAlt: "Moonveil luxury bracelet"}, + "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-wedding-gown-from-side-her-hand-put-waist_181624-21091.jpg?_wi=1", imageAlt: "Moonveil luxury bracelet"}, { id: "9", brand: "MURNR", name: "Ebony Ring", price: "$550", rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/exiting-graceful-woman-elegant-long-blue-dress-fooling-around-having-fun-tropical-beach-vacation-time_273443-2868.jpg", imageAlt: "Ebony luxury ring"}, + "http://img.b2bpic.net/free-photo/exiting-graceful-woman-elegant-long-blue-dress-fooling-around-having-fun-tropical-beach-vacation-time_273443-2868.jpg?_wi=2", imageAlt: "Ebony luxury ring"}, ]} buttons={[{ text: "View All", href: "#products" }]} /> @@ -167,19 +167,19 @@ export default function LandingPage() { { id: "5", brand: "MURNR", name: "Shadow Rift Skirt", price: "$735", rating: 5, reviewCount: "142", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-pretty-woman-walking-through-streets-old-city_158595-2818.jpg", imageAlt: "Shadow rift luxury skirt"}, + "http://img.b2bpic.net/free-photo/fashion-pretty-woman-walking-through-streets-old-city_158595-2818.jpg?_wi=2", imageAlt: "Shadow rift luxury skirt"}, { id: "6", brand: "MURNR", name: "Silent Edge Blouse", price: "$815", rating: 5, reviewCount: "167", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-woman-standing-clean-urban-space_23-2149015680.jpg", imageAlt: "Silent edge luxury blouse"}, + "http://img.b2bpic.net/free-photo/smiley-woman-standing-clean-urban-space_23-2149015680.jpg?_wi=2", imageAlt: "Silent edge luxury blouse"}, { id: "7", brand: "MURNR", name: "Obsidian Boots", price: "$1,450", rating: 5, reviewCount: "198", imageSrc: - "http://img.b2bpic.net/free-photo/happy-teenager-holding-her-sunglasses-sitting-stairs_1139-381.jpg", imageAlt: "Obsidian luxury boots"}, + "http://img.b2bpic.net/free-photo/happy-teenager-holding-her-sunglasses-sitting-stairs_1139-381.jpg?_wi=2", imageAlt: "Obsidian luxury boots"}, { id: "8", brand: "MURNR", name: "Moonveil Bracelet", price: "$485", rating: 5, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-wedding-gown-from-side-her-hand-put-waist_181624-21091.jpg", imageAlt: "Moonveil luxury bracelet"}, + "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-wedding-gown-from-side-her-hand-put-waist_181624-21091.jpg?_wi=2", imageAlt: "Moonveil luxury bracelet"}, ]} /> -- 2.49.1