Update src/app/menu/page.tsx

This commit is contained in:
2026-03-10 10:23:18 +00:00
parent 08fd55e6f4
commit ff0671f3c4

View File

@@ -18,8 +18,7 @@ export default function MenuPage() {
const footerColumns = [
{
title: "Browse",
items: [
title: "Browse", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Menu", href: "/menu" },
@@ -27,8 +26,7 @@ export default function MenuPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
@@ -36,8 +34,7 @@ export default function MenuPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -76,31 +73,13 @@ export default function MenuPage() {
features={[
{
id: 1,
tag: "Espresso",
title: "Classic Shots",
subtitle: "Pure espresso excellence",
description: "Single, double, or triple shots of our signature espresso blend, carefully pulled for optimal flavor extraction. Experience the rich crema and bold notes that define our premium coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg?_wi=4",
imageAlt: "Espresso shots",
},
tag: "Espresso", title: "Classic Shots", subtitle: "Pure espresso excellence", description: "Single, double, or triple shots of our signature espresso blend, carefully pulled for optimal flavor extraction. Experience the rich crema and bold notes that define our premium coffee.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg?_wi=4", imageAlt: "Espresso shots"},
{
id: 2,
tag: "Milk Drinks",
title: "Creamy Perfection",
subtitle: "Espresso with steamed milk",
description: "Cappuccinos, lattes, and flat whites featuring our premium milk selection and expert steaming technique. Each drink is crafted with precision to achieve the perfect temperature and microfoam texture.",
imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=3",
imageAlt: "Creamy milk drinks",
},
tag: "Milk Drinks", title: "Creamy Perfection", subtitle: "Espresso with steamed milk", description: "Cappuccinos, lattes, and flat whites featuring our premium milk selection and expert steaming technique. Each drink is crafted with precision to achieve the perfect temperature and microfoam texture.", imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=3", imageAlt: "Creamy milk drinks"},
{
id: 3,
tag: "Cold Beverages",
title: "Refreshing Chill",
subtitle: "Iced coffee drinks",
description: "Cold brews, iced lattes, and refreshing seasonal beverages perfect for warm days. Our cold brew is steeped for 24 hours to create a smooth, naturally sweet coffee concentrate.",
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg?_wi=3",
imageAlt: "Cold brew drinks",
},
tag: "Cold Beverages", title: "Refreshing Chill", subtitle: "Iced coffee drinks", description: "Cold brews, iced lattes, and refreshing seasonal beverages perfect for warm days. Our cold brew is steeped for 24 hours to create a smooth, naturally sweet coffee concentrate.", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg?_wi=3", imageAlt: "Cold brew drinks"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -115,37 +94,13 @@ export default function MenuPage() {
tagIcon={Coffee}
products={[
{
id: "1",
name: "Ethiopian Yirgacheffe",
price: "$5.99",
variant: "Single Shot · Fruity Notes",
imageSrc: "http://img.b2bpic.net/free-photo/mug-coffee-table_23-2148937235.jpg?_wi=2",
imageAlt: "Ethiopian Yirgacheffe",
},
id: "1", name: "Ethiopian Yirgacheffe", price: "$5.99", variant: "Single Shot · Fruity Notes", imageSrc: "http://img.b2bpic.net/free-photo/mug-coffee-table_23-2148937235.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe"},
{
id: "2",
name: "Caramel Macchiato",
price: "$6.49",
variant: "Milk · Espresso · Caramel",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-with-milk_23-2149600726.jpg?_wi=2",
imageAlt: "Caramel Macchiato",
},
id: "2", name: "Caramel Macchiato", price: "$6.49", variant: "Milk · Espresso · Caramel", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-with-milk_23-2149600726.jpg?_wi=2", imageAlt: "Caramel Macchiato"},
{
id: "3",
name: "Cold Brew Nitro",
price: "$5.49",
variant: "Cold · Smooth · Creamy",
imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=2",
imageAlt: "Cold Brew Nitro",
},
id: "3", name: "Cold Brew Nitro", price: "$5.49", variant: "Cold · Smooth · Creamy", imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=2", imageAlt: "Cold Brew Nitro"},
{
id: "4",
name: "Lavender Oat Latte",
price: "$6.99",
variant: "Seasonal · Floral · Oat Milk",
imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=4",
imageAlt: "Lavender Oat Latte",
},
id: "4", name: "Lavender Oat Latte", price: "$6.99", variant: "Seasonal · Floral · Oat Milk", imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=4", imageAlt: "Lavender Oat Latte"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"