Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-18 14:17:29 +00:00

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
{ id: "p1", brand: "Luxury", name: "Classic Chronograph", price: "$1,299", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-items-arrangement_23-2150347137.jpg", onProductClick: () => buyNow("p1") },
{ id: "p2", brand: "Minimal", name: "Rose Gold Minimal", price: "$899", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599400.jpg", onProductClick: () => addToCart("p2") },
{ id: "p3", brand: "Pro", name: "Rugged Diver Pro", price: "$1,550", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-adventure-items-still-life_23-2148362097.jpg", onProductClick: () => buyNow("p3") },
{ id: "p4", brand: "Elite", name: "Smart Pulse Elite", price: "$450", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-smartwatch-beach_23-2147803054.jpg", onProductClick: () => addToCart("p4") },
{ id: "p4", brand: "Elite", name: "Smart Pulse Elite", price: "Pkr 1000 ", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-smartwatch-beach_23-2147803054.jpg", onProductClick: () => addToCart("p4") },
]}
/>
</div>