From 75925f6c158f2361a2701666432e3860c2e16808 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:23:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bea5bc..e640f8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="Established as an Oklahoma City institution, Mama Lou's celebrates the golden age of diners." subdescription="Where generations gather for comfort, warmth, and hearty meals." icon={Home} - imageSrc="http://img.b2bpic.net/free-photo/young-girl-having-soda-shopping-center_1157-1134.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-girl-having-soda-shopping-center_1157-1134.jpg?_wi=1" imageAlt="Classic retro diner booth seating with nostalgic atmosphere" mediaAnimation="opacity" useInvertedBackground={false} @@ -78,9 +78,9 @@ export default function LandingPage() { tagIcon={Utensils} products={[ { - id: "1", name: "Crispy Fried Chicken", price: "Signature Item", imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-lemon-top-crispy-fried-cheese_140725-1575.jpg", imageAlt: "Golden crispy fried chicken with biscuits"}, + id: "1", name: "Crispy Fried Chicken", price: "Signature Item", imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-lemon-top-crispy-fried-cheese_140725-1575.jpg?_wi=1", imageAlt: "Golden crispy fried chicken with biscuits"}, { - id: "2", name: "2x2x2 Breakfast Special", price: "Signature Item", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-honey-strawberries-light_140725-121102.jpg", imageAlt: "Fluffy pancakes, bacon, and eggs breakfast plate"}, + id: "2", name: "2x2x2 Breakfast Special", price: "Signature Item", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-honey-strawberries-light_140725-121102.jpg?_wi=1", imageAlt: "Fluffy pancakes, bacon, and eggs breakfast plate"}, { id: "3", name: "Classic Diner Burger", price: "Signature Item", imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-tomatoes-with-copy-space_23-2148374907.jpg", imageAlt: "Homemade burger with fries and coleslaw"}, { @@ -127,17 +127,17 @@ export default function LandingPage() {