diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f6f8c2..6b2ea97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,7 @@ export default function LandingPage() { { id: '2', name: 'Buttermilk Pancakes', price: '$11.50', imageSrc: 'http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-yummy-with-cranberries-blueberries-pancake-cooking_140725-22612.jpg', imageAlt: 'Stack of buttermilk pancakes with berries' }, { id: '3', name: 'Signature Latte', price: '$5.75', imageSrc: 'http://img.b2bpic.net/free-photo/hot-coffee-cup-set-wooden-table_1150-10444.jpg', imageAlt: 'Hot latte with latte art' }, { id: '4', name: 'Fresh Baked Croissant', price: '$4.25', imageSrc: 'http://img.b2bpic.net/free-photo/croissant-wooden-kitchen-towel-high-angle-view_176474-8146.jpg', imageAlt: 'Golden-brown croissant' }, - { id: '5', name: 'Grandma\'s Apple Pie', price: '$7.00', imageSrc: 'http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-sweet-pie-sugar-cookie-cake_140725-118179.jpg', imageAlt: 'Slice of apple pie with ice cream' }, + { id: '5', name: "Grandma's Apple Pie", price: '$7.00', imageSrc: 'http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-sweet-pie-sugar-cookie-cake_140725-118179.jpg', imageAlt: 'Slice of apple pie with ice cream' }, { id: '6', name: 'Harvest Green Salad', price: '$12.00', imageSrc: 'http://img.b2bpic.net/free-photo/fruits-vegetables-still-life_23-2148194536.jpg', imageAlt: 'Fresh green salad bowl' } ]} tagAnimation="slide-up" @@ -139,7 +139,7 @@ export default function LandingPage() {