Merge version_1 into main #2
@@ -71,22 +71,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Brew & Bean", name: "Classic Latte", price: "$4.50", rating: 5,
|
||||
id: "p1", name: "Classic Latte", price: "$4.50", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Brew & Bean", name: "Signature Cold Brew", price: "$5.00", rating: 5,
|
||||
id: "p2", name: "Signature Cold Brew", price: "$5.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-condensation-dark-background_84443-83807.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Brew & Bean", name: "Dark Roast Americano", price: "$3.50", rating: 4,
|
||||
id: "p3", name: "Dark Roast Americano", price: "$3.50", rating: 4,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee-drink_53876-13419.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Brew & Bean", name: "Velvet Cappuccino", price: "$4.75", rating: 5,
|
||||
id: "p4", name: "Velvet Cappuccino", price: "$4.75", rating: 5,
|
||||
reviewCount: "152", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup-with-nice-latte-art-decoration-old-wooden-texture-table_1150-6392.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Brew & Bean", name: "Mocha Bliss", price: "$5.25", rating: 5,
|
||||
id: "p5", name: "Mocha Bliss", price: "$5.25", rating: 5,
|
||||
reviewCount: "97", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-assortment_23-2149514291.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Brew & Bean", name: "Pour Over Special", price: "$6.00", rating: 5,
|
||||
id: "p6", name: "Pour Over Special", price: "$6.00", rating: 5,
|
||||
reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14511.jpg"},
|
||||
]}
|
||||
title="Signature Brews"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCatalogItem product={{ id: "1", brand: "Brew & Bean", name: "Special Roast", price: "$10", rating: 5, reviewCount: "10", imageSrc: "" }} />
|
||||
<ProductCatalogItem product={{ id: "1", name: "Special Roast", price: "$10", rating: 5, reviewCount: "10", imageSrc: "" }} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user