Update src/app/page.tsx
This commit is contained in:
@@ -81,11 +81,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Brew & Bean", name: "Velvet Latte", price: "$5.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bowl-with-cookies-teaspoon_1232-904.jpg" },
|
||||
{ id: "p1", brand: "Brew & Bean", name: "Velvet Latte", price: "$5.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bowl-with-cookies-teaspoon_1232-904.jpg?_wi=1" },
|
||||
{ id: "p2", brand: "Brew & Bean", name: "Signature Drip", price: "$4.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/roasted-background-bean-black-coffee_1303-1924.jpg" },
|
||||
{ id: "p3", brand: "Brew & Bean", name: "Buttery Croissant", price: "$3.50", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645419.jpg" },
|
||||
{ id: "p4", brand: "Brew & Bean", name: "Cold Brew", price: "$4.50", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bowl-with-cookies-teaspoon_1232-904.jpg" },
|
||||
{ id: "p5", brand: "Brew & Bean", name: "Almond Muffin", price: "$3.75", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645419.jpg" },
|
||||
{ id: "p3", brand: "Brew & Bean", name: "Buttery Croissant", price: "$3.50", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645419.jpg?_wi=1" },
|
||||
{ id: "p4", brand: "Brew & Bean", name: "Cold Brew", price: "$4.50", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bowl-with-cookies-teaspoon_1232-904.jpg?_wi=2" },
|
||||
{ id: "p5", brand: "Brew & Bean", name: "Almond Muffin", price: "$3.75", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645419.jpg?_wi=2" },
|
||||
]}
|
||||
title="Our Signature Brews"
|
||||
description="Explore our carefully curated selection of coffee and artisanal treats, designed to complement your daily caffeine ritual."
|
||||
|
||||
Reference in New Issue
Block a user