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" />