Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-22 06:49:06 +00:00

View File

@@ -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>
);
}
}