Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad4b8e12ca | |||
| a52df71beb | |||
| cc7f2bdbaa | |||
| 7ae88369c5 | |||
| c38fa8767a | |||
| a64355f2ad |
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Now", href: "#contact"},
|
||||
text: "Order for Pickup", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aroma-raises-cup-coffee_8353-1475.jpg"
|
||||
imageAlt="Cinematic coffee brew"
|
||||
@@ -108,17 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Signature Espresso", price: "$4.50", variant: "Espresso Base", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg"},
|
||||
id: "p1", name: "Signature Espresso", price: "6,000 IQD", variant: "Espresso Base", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg"},
|
||||
{
|
||||
id: "p2", name: "Cold Brew Reserve", price: "$6.00", variant: "Cold Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg"},
|
||||
id: "p2", name: "Cold Brew Reserve", price: "8,000 IQD", variant: "Cold Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg"},
|
||||
{
|
||||
id: "p3", name: "Butter Croissant", price: "$3.75", variant: "Fresh Pastry", imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16504.jpg"},
|
||||
id: "p3", name: "Butter Croissant", price: "5,000 IQD", variant: "Fresh Pastry", imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16504.jpg"},
|
||||
{
|
||||
id: "p4", name: "Specialty Latte", price: "$5.50", variant: "Signature Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg"},
|
||||
id: "p4", name: "Specialty Latte", price: "7,500 IQD", variant: "Signature Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg"},
|
||||
{
|
||||
id: "p5", name: "Craft Pourover", price: "$7.00", variant: "Artisan Brewing", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg"},
|
||||
id: "p5", name: "Craft Pourover", price: "9,500 IQD", variant: "Artisan Brewing", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg"},
|
||||
{
|
||||
id: "p6", name: "Coffee Tonic", price: "$6.50", variant: "Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg"},
|
||||
id: "p6", name: "Coffee Tonic", price: "8,500 IQD", variant: "Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Carefully curated coffee, artisanal drinks, and house-made pastries."
|
||||
@@ -269,4 +269,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user