From 42c42a6c629a693c5fd19cac8f441303b3574f42 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:26:56 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a7391b7..a8f5ab5 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Coffee, Droplets, Heart, Sparkles, Camera, Apple, Utensils, Smile } from "lucide-react"; +import { Coffee, Droplets, Heart, Sparkles, Camera, Apple, Utensils, Smile, Star } from "lucide-react"; export default function MenuPage() { const navItems = [ @@ -86,7 +86,7 @@ export default function MenuPage() { title: "Signature Mocha", description: "Rich espresso blended with velvety steamed milk and dark chocolate, topped with whipped cream and a drizzle of chocolate sauce.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg", imageAlt: "chocolate mocha coffee whipped cream professional photography", }, items: [ @@ -101,7 +101,7 @@ export default function MenuPage() { title: "Midnight Orchid Latte", description: "A stunning purple latte with a hint of floral sweetness, made with our signature purple blend and topped with edible shimmer for an Instagram-worthy moment.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-latte-with-froth_140725-7198.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-latte-with-froth_140725-7198.jpg", imageAlt: "purple latte butterfly pea flower edible shimmer", }, items: [ @@ -116,7 +116,7 @@ export default function MenuPage() { title: "Blueberry Pancakes", description: "Fluffy, golden pancakes loaded with fresh blueberries, served with whipped butter and pure maple syrup.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-roasted-nuts-wooden-plate_181624-12217.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-roasted-nuts-wooden-plate_181624-12217.jpg", imageAlt: "fluffy blueberry pancakes maple syrup whipped butter", }, items: [ @@ -146,7 +146,7 @@ export default function MenuPage() { name: "Monday Mocha Madness", price: "Buy 1, Get 1 50% Off", variant: "All Day Monday", - imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-facebook-template_23-2150812333.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-facebook-template_23-2150812333.jpg", imageAlt: "Monday Mocha special deal", }, { @@ -154,7 +154,7 @@ export default function MenuPage() { name: "Wednesday Wellness Wrap", price: "Free with $15 Order", variant: "Every Wednesday", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg", imageAlt: "Wednesday wellness promotion", }, { @@ -162,7 +162,7 @@ export default function MenuPage() { name: "Loyalty Rewards Program", price: "10% Off Every 10th Drink", variant: "Sign Up Free", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-drinking-coffee_23-2148395402.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-drinking-coffee_23-2148395402.jpg", imageAlt: "Loyalty rewards program", }, ]} @@ -177,7 +177,7 @@ export default function MenuPage() { background={{ variant: "plain" }} useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-booking-application-background_23-2148155993.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-booking-application-background_23-2148155993.jpg" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1