From ac775aa20d8df5582929206da3fd5c9e9cbd2c0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 20:15:12 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 87 +++++++++---------------------------------- 1 file changed, 18 insertions(+), 69 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3838397..29d4ecc 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -27,21 +27,13 @@ export default function LandingPage() { @@ -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"}, ]} /> @@ -124,6 +82,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Store Policies" description="Information on shipping and returns." + plans={[]} /> @@ -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"}, ], }, ]} -- 2.49.1