From ab1421478cd3abe2f2c9e80a1c36d7e1c41663ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:08:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab716f5..56944df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function GrandCafeLanding() { useInvertedBackground={false} features={[ { - title: "Culinary Excellence", description: "Modern interpretations of Georgian classics combined with refined European dishes. Each plate is a masterpiece of flavor, presentation, and balance.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg", imageAlt: "Beef Stroganoff - Culinary Excellence", buttonIcon: ChefHat, + title: "Culinary Excellence", description: "Modern interpretations of Georgian classics combined with refined European dishes. Each plate is a masterpiece of flavor, presentation, and balance.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg?_wi=1", imageAlt: "Beef Stroganoff - Culinary Excellence", buttonIcon: ChefHat, buttonHref: "#menu" }, { @@ -117,7 +117,7 @@ export default function GrandCafeLanding() { products={[ { id: "beef-stroganoff", brand: "Georgian Tradition", name: "Beef Stroganoff", price: "28,000₾", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg", imageAlt: "Beef Stroganoff" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg?_wi=2", imageAlt: "Beef Stroganoff" }, { id: "chicken-shkmeruli", brand: "Georgian Heritage", name: "Chicken Shkmeruli", price: "22,000₾", rating: 5, -- 2.49.1