From 1ee30ddc03330052c94908e342399a460f7dc36f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:18:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5396031..9155b4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import { Award, Coffee, Heart, MapPin, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -81,20 +81,16 @@ export default function LandingPage() { tag="Menu" features={[ { - id: "strawberry", title: "Strawberry Bliss Dessert", author: "Signature Favorite", description: "Indulgent strawberry cheesecake with fresh berries and delicate cream layers. A perfect treat for Instagram-worthy moments.", tags: ["Desserts", "Signature"], - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-cup-tea-white-plate_114579-34452.jpg", imageAlt: "Strawberry Bliss Dessert" + id: "strawberry", title: "Strawberry Bliss Dessert", author: "Signature Favorite", description: "Indulgent strawberry cheesecake with fresh berries and delicate cream layers. A perfect treat for Instagram-worthy moments.", tags: ["Desserts", "Signature"], imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-cup-tea-white-plate_114579-34452.jpg", imageAlt: "Strawberry Bliss Dessert" }, { - id: "coffee", title: "Artisanal Specialty Coffee", author: "Daily Essential", description: "Carefully crafted coffee blends with premium beans, smooth espresso, and latte art. Your perfect morning companion.", tags: ["Coffee", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-copy-space_23-2148251581.jpg", imageAlt: "Specialty Coffee" + id: "coffee", title: "Artisanal Specialty Coffee", author: "Daily Essential", description: "Carefully crafted coffee blends with premium beans, smooth espresso, and latte art. Your perfect morning companion.", tags: ["Coffee", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-copy-space_23-2148251581.jpg", imageAlt: "Specialty Coffee" }, { - id: "pasta", title: "Red Sauce Pasta Delight", author: "Italian Inspired", description: "Freshly made pasta with our signature red sauce, premium ingredients, and aromatic herbs. Comfort food at its finest.", tags: ["Pasta", "Italian"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-raw-dough-with-seasonings-dark-surface-pasta-dough-food-dark_140725-81990.jpg", imageAlt: "Red Sauce Pasta" + id: "pasta", title: "Red Sauce Pasta Delight", author: "Italian Inspired", description: "Freshly made pasta with our signature red sauce, premium ingredients, and aromatic herbs. Comfort food at its finest.", tags: ["Pasta", "Italian"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-raw-dough-with-seasonings-dark-surface-pasta-dough-food-dark_140725-81990.jpg", imageAlt: "Red Sauce Pasta" }, { - id: "fries", title: "Crispy Peri Peri Fries", author: "Quick Bite", description: "Golden, crispy fries with bold peri peri spice blend. Perfect as an appetizer or standalone snack.", tags: ["Appetizer", "Spicy"], - imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Peri Peri Fries" + id: "fries", title: "Crispy Peri Peri Fries", author: "Quick Bite", description: "Golden, crispy fries with bold peri peri spice blend. Perfect as an appetizer or standalone snack.", tags: ["Appetizer", "Spicy"], imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Peri Peri Fries" } ]} animationType="slide-up" -- 2.49.1