7 Commits

Author SHA1 Message Date
358dff5a69 Merge version_4 into main
Merge version_4 into main
2026-04-24 14:32:04 +00:00
d5ca92d872 Update src/app/page.tsx 2026-04-24 14:32:01 +00:00
9f8488d69f Merge version_3 into main
Merge version_3 into main
2026-04-24 14:29:33 +00:00
7333af4d89 Update src/app/page.tsx 2026-04-24 14:29:30 +00:00
312b7deeb6 Merge version_2 into main
Merge version_2 into main
2026-04-24 14:28:22 +00:00
a96c06cfaa Update src/app/page.tsx 2026-04-24 14:28:19 +00:00
d7fc2f3586 Merge version_1 into main
Merge version_1 into main
2026-04-24 14:27:06 +00:00

View File

@@ -113,20 +113,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Luxury Watch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg"},
id: "p1", name: "Luxury Watch (Crafted for daily resilience)", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg"},
{
id: "p2", name: "Premium Wallet", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-by-grocery-store-talking-phone_1303-28930.jpg"},
id: "p2", name: "Premium Wallet (Artisan stitched for longevity)", price: "$89 (Limited Time)", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-by-grocery-store-talking-phone_1303-28930.jpg"},
{
id: "p3", name: "Wireless Audio", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-kitchen-objects_23-2148835348.jpg"},
id: "p3", name: "Wireless Audio (Engineered for clear sound)", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-kitchen-objects_23-2148835348.jpg"},
{
id: "p4", name: "Leather Case", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039372.jpg"},
id: "p4", name: "Leather Case (Reinforced for total protection)", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039372.jpg"},
{
id: "p5", name: "Desk Lamp", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-silver-tin-cans-with-copy-space_23-2148785265.jpg"},
id: "p5", name: "Desk Lamp (Designed for focus efficiency)", price: "$129 (Limited Time)", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-silver-tin-cans-with-copy-space_23-2148785265.jpg"},
{
id: "p6", name: "Travel Bag", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/serious-looking-young-female-picking-design-magazines-vintage-store-standing-stylish-brown-dress_197531-23028.jpg"},
id: "p6", name: "Travel Bag (Built for frequent travelers)", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/serious-looking-young-female-picking-design-magazines-vintage-store-standing-stylish-brown-dress_197531-23028.jpg"},
]}
title="Best Sellers"
description="Check out our most popular items that our community cannot get enough of."
description="Shop our curated collection of best-sellers before they sell out again."
/>
</div>