Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-16 20:15:15 +00:00

View File

@@ -27,21 +27,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="VIONA.BH"
/>
@@ -55,47 +47,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Kurti",
price: "15 BHD",
variant: "Kurti",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-dress_1303-17514.jpg",
},
id: "p1", name: "Classic Kurti", price: "15 BHD", variant: "Kurti", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-dress_1303-17514.jpg"},
{
id: "p2",
name: "Elegant Sharara",
price: "35 BHD",
variant: "Sharara",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478989.jpg",
},
id: "p2", name: "Elegant Sharara", price: "35 BHD", variant: "Sharara", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478989.jpg"},
{
id: "p3",
name: "Evening Dress",
price: "25 BHD",
variant: "Dresses",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-clothing-thrift-store_23-2150952359.jpg",
},
id: "p3", name: "Evening Dress", price: "25 BHD", variant: "Dresses", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-clothing-thrift-store_23-2150952359.jpg"},
{
id: "p4",
name: "Designer Suit",
price: "40 BHD",
variant: "Kurti",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg",
},
id: "p4", name: "Designer Suit", price: "40 BHD", variant: "Kurti", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg"},
{
id: "p5",
name: "Casual Dress",
price: "20 BHD",
variant: "Dresses",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151915008.jpg",
},
id: "p5", name: "Casual Dress", price: "20 BHD", variant: "Dresses", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151915008.jpg"},
{
id: "p6",
name: "Premium Sharara",
price: "50 BHD",
variant: "Sharara",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502947.jpg",
},
id: "p6", name: "Premium Sharara", price: "50 BHD", variant: "Sharara", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502947.jpg"},
]}
title="Shop Our Collection"
description="Browse our latest arrivals."
@@ -107,12 +69,8 @@ export default function LandingPage() {
layout="page"
products={[
{
id: "cat-1",
name: "Classic Kurti",
price: "15 BHD",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502985.jpg",
},
id: "cat-1", name: "Classic Kurti", price: "15 BHD", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502985.jpg"},
]}
/>
</div>
@@ -124,6 +82,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Store Policies"
description="Information on shipping and returns."
plans={[]}
/>
</div>
@@ -133,29 +92,19 @@ export default function LandingPage() {
{
items: [
{
label: "Shop",
href: "/shop",
},
label: "Shop", href: "/shop"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "WhatsApp",
href: "https://wa.me/97336051333",
},
label: "WhatsApp", href: "https://wa.me/97336051333"},
],
},
]}