Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d01781ab8e |
@@ -66,19 +66,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Espresso", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-cup-filled-with-coffee-beans-wooden-surface-with-black-background_181624-6568.jpg" },
|
||||
{ id: "2", name: "Cappuccino", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg?_wi=1" },
|
||||
{ id: "3", name: "Latte", price: "4.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=1" },
|
||||
{ id: "4", name: "Iced Coffee", price: "4.80€", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg" },
|
||||
{ id: "5", name: "Croissant", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg?_wi=1" },
|
||||
{ id: "6", name: "Cinnamon Bun", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg" },
|
||||
{ id: "7", name: "Fresh Cake", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/piece-delicious-cake-with-fruit-cream-plate_114579-4322.jpg" },
|
||||
{ id: "8", name: "Sandwich", price: "6.50€", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-on-wooden-board_114579-2244.jpg" },
|
||||
{ id: "9", name: "Salad", price: "7.00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-in-white-bowl_114579-3221.jpg" },
|
||||
{ id: "10", name: "Seasonal Treat", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-berries-on-a-wooden-surface_114579-4567.jpg" }
|
||||
{ id: "1", name: "Signature Cappuccino", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg?_wi=1" },
|
||||
{ id: "2", name: "Almond Croissant", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg?_wi=1" },
|
||||
{ id: "3", name: "Flat White", price: "4.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=1" },
|
||||
{ id: "4", name: "Cinnamon Roll", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg" },
|
||||
{ id: "5", name: "Espresso Shot", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-cup-filled-with-coffee-beans-wooden-surface-with-black-background_181624-6568.jpg" },
|
||||
{ id: "6", name: "Iced Latte", price: "4.80€", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg" }
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Featuring hand-crafted espresso drinks, fresh bakery items, healthy light bites, and seasonal sweet treats."
|
||||
title="From Our Kitchen"
|
||||
description="Handcrafted coffee and freshly baked goods made daily."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user