From d2cc1976a4a995f6d2b99c5f3092e211a57edfe7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:01:01 +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 3ce9605..8b4d7a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { tag="Achayan’s Fine Dine" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg?_wi=1", imageAlt: "Traditional Kerala restaurant interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg?_wi=1", imageAlt: "Freshly prepared food plating", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { title="Quality You Can Taste" description="At Achayan’s Fine Dine Restaurant, we bring you a perfect blend of traditional Kerala taste and popular global flavors. From freshly prepared soups to flavorful biryanis and seafood, every dish is made with care." subdescription="Whether you're dining with family or friends, we offer a warm, welcoming experience every time." - imageSrc="http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg?_wi=1" mediaAnimation="slide-up" icon={Utensils} /> @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg?_wi=2", imageAlt: "gobi 65 crispy appetizer", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg?_wi=2", imageAlt: "gobi 65 crispy appetizer", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg?_wi=2", imageAlt: "gobi 65 crispy appetizer", }, ]} -- 2.49.1