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