Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ac5c2ab0 | |||
| 7bf317a7b9 | |||
| ecc96a88e3 |
@@ -74,10 +74,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Brown & Butter", name: "Classic Cocoa Brownie", price: "$45", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-cookies-glass-plate-table-with-cup-mallows-side_181624-49698.jpg" },
|
||||
{ id: "p2", brand: "Brown & Butter", name: "Luxury Cookie Box", price: "$65", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcake-with-cinnamon_23-2148604567.jpg" },
|
||||
{ id: "p3", brand: "Brown & Butter", name: "Limited Edition Box", price: "$95", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/view-perfectly-organized-bakery-sweets_23-2150168278.jpg" },
|
||||
{ id: "p4", brand: "Brown & Butter", name: "Espresso Cookie Set", price: "$55", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549958.jpg" },
|
||||
{ id: "p1", brand: "Brown & Butter", name: "Classic Cocoa Brownie", price: "$45", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-cookies-glass-plate-table-with-cup-mallows-side_181624-49698.jpg", onProductClick: () => window.location.href = "#contact" },
|
||||
{ id: "p2", brand: "Brown & Butter", name: "Luxury Cookie Box", price: "$65", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcake-with-cinnamon_23-2148604567.jpg", onProductClick: () => window.location.href = "#contact" },
|
||||
{ id: "p3", brand: "Brown & Butter", name: "Limited Edition Box", price: "$95", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/view-perfectly-organized-bakery-sweets_23-2150168278.jpg", onProductClick: () => window.location.href = "#contact" },
|
||||
{ id: "p4", brand: "Brown & Butter", name: "Espresso Cookie Set", price: "$55", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549958.jpg", onProductClick: () => window.location.href = "#contact" },
|
||||
]}
|
||||
title="Best Sellers"
|
||||
description="Indulge in our most celebrated creations."
|
||||
|
||||
Reference in New Issue
Block a user