7 Commits

Author SHA1 Message Date
2e8bcfbdc3 Merge version_2 into main
Merge version_2 into main
2026-03-08 11:33:17 +00:00
a5017eee1f Update src/app/page.tsx 2026-03-08 11:33:13 +00:00
93486d3824 Merge version_2 into main
Merge version_2 into main
2026-03-08 11:32:27 +00:00
5ede4e7435 Update src/app/page.tsx 2026-03-08 11:32:17 +00:00
8e79c09ecf Merge version_1 into main
Merge version_1 into main
2026-03-08 11:11:07 +00:00
df8696c188 Merge version_1 into main
Merge version_1 into main
2026-03-08 11:10:17 +00:00
947af08a2e Merge version_1 into main
Merge version_1 into main
2026-03-08 11:09:06 +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}
@@ -77,7 +77,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", brand: "MURNR", name: "Black Silk Dress", price: "$890", rating: 5,
@@ -95,6 +95,26 @@ export default function LandingPage() {
id: "4", brand: "MURNR", name: "Luxury Handbag", price: "$2,100", rating: 5,
reviewCount: "189", imageSrc:
"http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046457.jpg", imageAlt: "Luxury leather handbag"},
{
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?_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?_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?_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?_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?_wi=2", imageAlt: "Ebony luxury ring"},
]}
buttons={[{ text: "View All", href: "#products" }]}
/>
@@ -147,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>