diff --git a/src/app/page.tsx b/src/app/page.tsx index 00039b1..a99c1de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "📅 Book a Table", href: "#reservations" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-yummy-plov-cooked-rice-dish-with-different-raisins-dark-surface-raisin-dish-food-rice-dinner-oil_140725-101562.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-yummy-plov-cooked-rice-dish-with-different-raisins-dark-surface-raisin-dish-food-rice-dinner-oil_140725-101562.jpg?_wi=1" imageAlt="Traditional Uzbek Plov" mediaAnimation="slide-up" imagePosition="right" @@ -94,7 +94,7 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Plov", price: "45,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-plov-cooked-rice-dish-with-different-raisins-dark-surface-raisin-dish-food-rice-dinner-oil_140725-101562.jpg", imageAlt: "Authentic Uzbek Plov" }, + { id: "1", name: "Plov", price: "45,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-plov-cooked-rice-dish-with-different-raisins-dark-surface-raisin-dish-food-rice-dinner-oil_140725-101562.jpg?_wi=2", imageAlt: "Authentic Uzbek Plov" }, { id: "2", name: "Shashlik", price: "55,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement-view_23-2149358060.jpg", imageAlt: "Grilled Uzbek Shashlik Kebab" }, { id: "3", name: "Lagman", price: "40,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2154.jpg", imageAlt: "Traditional Uzbek Lagman Noodles" }, { id: "4", name: "Shurpa", price: "38,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370843.jpg", imageAlt: "Hearty Uzbek Shurpa Soup" },