From 3c6c95bf9f7603e545aa57259924406a25b1b635 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:24:11 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 67f1884..09dffcc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { title: "Happy Diners", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg?_wi=3" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1 From 36b63bb811fa30eaf3cec850c287c6630a852bda Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:24:11 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index dc5556c..5fe3af0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -69,19 +69,19 @@ export default function LandingPage() { id: "1", name: "Masala Dosa", price: "299", - imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086072.jpg?_wi=2", }, { id: "2", name: "Special Thali", price: "450", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-pakistan-goodies_23-2148821564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-pakistan-goodies_23-2148821564.jpg?_wi=2", }, { id: "3", name: "Idli Vada Combo", price: "250", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg?_wi=2", }, { id: "4", -- 2.49.1 From a43f8c37620be207b99fa473ba7c4463eba98236 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:24:12 +0000 Subject: [PATCH 3/3] 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 c4e7d2b..b6321ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,15 @@ export default function LandingPage() { imageAlt: "Restaurant Ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086072.jpg?_wi=1", imageAlt: "Masala Dosa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-pakistan-goodies_23-2148821564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-pakistan-goodies_23-2148821564.jpg?_wi=1", imageAlt: "Special Thali", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg?_wi=1", imageAlt: "Idli Vada Combo", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { title="Crafted with Passion" description="At Sagar Ratna, every recipe is a journey back home. Our spices are ground fresh, and every dish tells a story of authenticity." subdescription="Sourcing only the finest ingredients to ensure a premium dining experience." - imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg?_wi=1" mediaAnimation="blur-reveal" icon={Award} /> @@ -142,7 +142,7 @@ export default function LandingPage() { title: "Authentic Recipes", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1