|
|
|
|
@@ -93,17 +93,17 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "p1", name: "Chai Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-caramel-cinnamon_140725-9491.jpg"},
|
|
|
|
|
id: "p1", name: "Iced Latte", price: "$5.95", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-caramel-cinnamon_140725-9491.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p2", name: "Butter And Jam Bagel", price: "$4.95", imageSrc: "http://img.b2bpic.net/free-photo/pretzel-coffee_23-2148574597.jpg"},
|
|
|
|
|
id: "p2", name: "Butter And Jam Bagel", price: "$3.95", imageSrc: "http://img.b2bpic.net/free-photo/pretzel-coffee_23-2148574597.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p3", name: "Banana Bread", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22706.jpg"},
|
|
|
|
|
id: "p3", name: "Banana Bread", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22706.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p4", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7833.jpg"},
|
|
|
|
|
id: "p4", name: "Cappuccino", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7833.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p5", name: "Iced Vanilla Latte", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-cold-coffee-with-milk-marble-surface_114579-90950.jpg"},
|
|
|
|
|
id: "p5", name: "Hot Matcha Latte", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/hot-matcha-latte-1775409606261-c60ce451.png"},
|
|
|
|
|
{
|
|
|
|
|
id: "p6", name: "Fresh Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-decorated-with-drop-chocolate-black-board_114579-88306.jpg"},
|
|
|
|
|
id: "p6", name: "Chocolate Croissant", price: "$4.80", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/chocolate-croissant-1775409669881-9ff5e049.png"},
|
|
|
|
|
]}
|
|
|
|
|
title="Cafe Favorites"
|
|
|
|
|
description="Handcrafted daily with love and the finest ingredients."
|
|
|
|
|
@@ -162,6 +162,8 @@ export default function LandingPage() {
|
|
|
|
|
title: "Location", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "1195 Oak St, San Francisco", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "View on Maps", href: "https://maps.google.com/?q=1195+Oak+St+San+Francisco"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -179,4 +181,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|