Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-08 11:33:18 +00:00

View File

@@ -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"},
]}
/>
</div>