From 9c80d189575257352ee23259d11f61320959ae89 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 19:10:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 630614f..6145609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg?_wi=1" imageAlt="Crispy Filipino Fried Chicken" /> @@ -80,7 +80,7 @@ export default function LandingPage() { id: "1", name: "Chicken McJoy", price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg?_wi=1", imageAlt: "Chicken McJoy", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Foodie", testimonial: "The fried chicken is big, crunchy and beautifully golden.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg?_wi=1", }, { id: "2", @@ -141,7 +141,7 @@ export default function LandingPage() { name: "Maria L.", role: "Frequent Visitor", testimonial: "Authentic taste, reminds me of home. A must visit for everyone.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg?_wi=2", }, ]} title="What Our Diners Say" @@ -156,7 +156,7 @@ export default function LandingPage() { title="La Rozzi Bistro" description="La Rozzi Bistro was created to bring Filipino comfort food to Bedford with a focus on bold flavors, crispy fried chicken, and warm hospitality." subdescription="Our goal is simple: Serve food that makes people smile when they arrive and smile when they leave." - imageSrc="http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg?_wi=2" mediaAnimation="slide-up" icon={Utensils} /> @@ -172,7 +172,7 @@ export default function LandingPage() { title="Located in Bedford" description="72 Gary Martin Dr, Bedford, NS. Open Daily 11:00 AM – 9:00 PM. Call us at (902) 222-1494" buttonText="Call Now" - imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1