Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7333af4d89 | |||
| 312b7deeb6 |
@@ -113,17 +113,17 @@ 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 (Best Seller)", 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", 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 (Best Seller)", 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: "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", 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 (Best Seller)", 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="Shop our curated collection of best-sellers before they sell out again."
|
||||
|
||||
Reference in New Issue
Block a user