From 49b0b4ada808b6b2114c261c0f199846b657c784 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:43:53 +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 ad99cf9..64eba3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,13 +78,13 @@ export default function LandingPage() { id: "1", title: "Homemade Food", description: "Traditional Ukrainian dishes prepared fresh daily, just like home cooking. Every meal is made with love and quality ingredients.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dushbara-chopping-board-bowls-with-meat-greens-black-pepper-hot-peppers-nude-background_140725-139317.jpg", imageAlt: "Homemade Ukrainian dumplings" }, { - id: "2", title: "Affordable Prices", description: "Delicious meals at budget-friendly prices. Typically 100-200 UAH per person, or feed three people for 400 UAH.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686265.jpg", imageAlt: "Affordable cafe meal" + id: "2", title: "Affordable Prices", description: "Delicious meals at budget-friendly prices. Typically 100-200 UAH per person, or feed three people for 400 UAH.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686265.jpg?_wi=1", imageAlt: "Affordable cafe meal" }, { id: "3", title: "Friendly Staff", description: "Our team welcomes you with warmth and genuine hospitality. We treat every guest like family.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/women-having-coffee-meeting_23-2148817111.jpg", imageAlt: "Friendly cafe staff smiling" }, { - id: "4", title: "Group Pricing", description: "Perfect for groups and gatherings. Get 3 people fed for just 400 UAH. Ideal for families, friends, and team celebrations.", tag: "Group Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686265.jpg", imageAlt: "Group dining at U Nadii cafe" + id: "4", title: "Group Pricing", description: "Perfect for groups and gatherings. Get 3 people fed for just 400 UAH. Ideal for families, friends, and team celebrations.", tag: "Group Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686265.jpg?_wi=2", imageAlt: "Group dining at U Nadii cafe" } ]} animationType="slide-up" -- 2.49.1