From 10836e11ac26ff3936b9477bb4c3f6d9c292a263 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:04:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aed8d5b..0906beb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,11 +80,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Morning Tradition", title: "Breakfast Worth Waking Up For", subtitle: "The heart of our restaurant", description: "Our breakfast culture has made us a morning destination. Fluffy pancakes, fresh biscuits, and egg dishes made from scratch keep regulars coming back.", imageSrc: "http://img.b2bpic.net/free-photo/halves-eggs-veggies-top-view_23-2148698668.jpg?_wi=1", imageAlt: "Golden pancakes with maple syrup", buttons: [{ text: "See Full Menu", href: "#menu" }] + tag: "Morning Tradition", title: "Breakfast Worth Waking Up For", subtitle: "The heart of our restaurant", description: "Our breakfast culture has made us a morning destination. Fluffy pancakes, fresh biscuits, and egg dishes made from scratch keep regulars coming back.", imageSrc: "http://img.b2bpic.net/free-photo/halves-eggs-veggies-top-view_23-2148698668.jpg", imageAlt: "Golden pancakes with maple syrup", buttons: [{ text: "See Full Menu", href: "#menu" }] }, { id: 2, - tag: "Quality Ingredients", title: "Food Made Fresh, Served Warm", subtitle: "Simple, never rushed", description: "No shortcuts, no frozen meals. Everything is prepared daily in our kitchen. From burgers to biscuits, each plate carries the care we put into it.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-pickles-red-onion-cutting-board_23-2148784503.jpg?_wi=1", imageAlt: "Freshly prepared burger with quality ingredients", buttons: [{ text: "Learn Our Values", href: "#story" }] + tag: "Quality Ingredients", title: "Food Made Fresh, Served Warm", subtitle: "Simple, never rushed", description: "No shortcuts, no frozen meals. Everything is prepared daily in our kitchen. From burgers to biscuits, each plate carries the care we put into it.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-pickles-red-onion-cutting-board_23-2148784503.jpg", imageAlt: "Freshly prepared burger with quality ingredients", buttons: [{ text: "Learn Our Values", href: "#story" }] }, { id: 3, @@ -107,17 +107,17 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "pancakes", name: "Fluffy Pancakes", price: "Breakfast Classic", imageSrc: "http://img.b2bpic.net/free-photo/halves-eggs-veggies-top-view_23-2148698668.jpg?_wi=2", imageAlt: "Golden fluffy pancakes with syrup" + id: "pancakes", name: "Fluffy Pancakes", price: "Breakfast Classic", imageSrc: "http://img.b2bpic.net/free-photo/halves-eggs-veggies-top-view_23-2148698668.jpg", imageAlt: "Golden fluffy pancakes with syrup" }, { - id: "burgers", name: "Fresh Burgers", price: "Lunch Favorite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-pickles-red-onion-cutting-board_23-2148784503.jpg?_wi=2", imageAlt: "Quality homemade burger" + id: "burgers", name: "Fresh Burgers", price: "Lunch Favorite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-pickles-red-onion-cutting-board_23-2148784503.jpg", imageAlt: "Quality homemade burger" }, { id: "biscuits", name: "Warm Biscuits", price: "Daily Special", imageSrc: "http://img.b2bpic.net/free-photo/bunch-soft-cookies-colorful-tablecloths-high-quality-photo_114579-35957.jpg", imageAlt: "Fresh baked warm biscuits" } ]} tag="Family Favorites" - tagAnimation="fade-in" + tagAnimation="slide-up" buttons={[{ text: "Full Menu Coming Soon", href: "#" }]} ariaLabel="Menu preview products section" /> -- 2.49.1