diff --git a/src/app/page.tsx b/src/app/page.tsx index c3f25a7..7737aad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { features={[ { id: "1", title: "Fresh Ingredients Daily", description: "We source the finest Korean ingredients and prepare everything fresh. Quality is never compromised.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "Restaurant interior with fresh ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=1", imageAlt: "Restaurant interior with fresh ingredients"}, items: [ { icon: CheckCircle, text: "100% Fresh daily preparation" }, { icon: Leaf, text: "Premium quality ingredients" }, @@ -88,7 +88,7 @@ export default function HomePage() { }, { id: "2", title: "Friendly & Polite Staff", description: "Our team is trained to provide exceptional service with a warm welcome. Your comfort is our priority.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "Friendly restaurant staff"}, + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=2", imageAlt: "Friendly restaurant staff"}, items: [ { icon: Smile, text: "Courteous service always" }, { icon: Heart, text: "Customer care focused" }, @@ -97,7 +97,7 @@ export default function HomePage() { }, { id: "3", title: "Affordable Pricing ₹200-₹400", description: "Premium taste without the premium price tag. Enjoy authentic Korean cuisine at prices that fit your budget.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "Affordable Korean cuisine"}, + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=3", imageAlt: "Affordable Korean cuisine"}, items: [ { icon: DollarSign, text: "Budget-friendly pricing" }, { icon: Zap, text: "Best value in Ranchi" }, @@ -117,17 +117,17 @@ export default function HomePage() {