From 2a77c5b4eb66e76620b034ad0b4aa9e0acf14a23 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:15:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ba51da..72eaa87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,21 +110,15 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", name: "Χοιρινός Γύρος", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg"}, - { - id: "2", name: "Σουβλάκι Καλαμάκι", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/shepherd-s-salad-roasted-sausages-cheese-strings-pepper-slices-wooden-board-marble-surface_114579-52594.jpg"}, - { - id: "3", name: "Κοτόπουλο Σουβλάκι", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-herbs-spices-served-with-dark-bread_114579-29288.jpg"}, - { - id: "4", name: "Πίτα Γύρος", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg"}, - { - id: "5", name: "Μερίδα Γύρος", price: "9.50€", imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-served-with-tomatoes-bread-slices-smoked-sausages-wooden-table_23-2148162067.jpg"}, - { - id: "6", name: "Χωριάτικη Σαλάτα", price: "6.50€", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-horiatiki-with-large-pieces-tomatoes-cucumbers-onion-feta-cheese-olives-white-bowl-isolated-top-view-village-salad-with-diced-mozzarella-arugula-parsley-olive-oil_1150-44845.jpg"}, + { id: "1", name: "Χοιρινός Γύρος / Pork Gyros", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg" }, + { id: "2", name: "Σουβλάκι Καλαμάκι / Skewer", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/shepherd-s-salad-roasted-sausages-cheese-strings-pepper-slices-wooden-board-marble-surface_114579-52594.jpg" }, + { id: "3", name: "Κοτόπουλο Σουβλάκι / Chicken Skewer", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-herbs-spices-served-with-dark-bread_114579-29288.jpg" }, + { id: "4", name: "Πίτα Γύρος / Pita Gyros", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg" }, + { id: "5", name: "Μερίδα Γύρος / Gyros Plate", price: "9.50€", imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-served-with-tomatoes-bread-slices-smoked-sausages-wooden-table_23-2148162067.jpg" }, + { id: "6", name: "Χωριάτικη Σαλάτα / Greek Salad", price: "6.50€", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-horiatiki-with-large-pieces-tomatoes-cucumbers-onion-feta-cheese-olives-white-bowl-isolated-top-view-village-salad-with-diced-mozzarella-arugula-parsley-olive-oil_1150-44845.jpg" }, ]} - title="Το Μενου μας" - description="Δοκιμάστε τις θρυλικές γεύσεις μας." + title="Το Μενου μας / Our Menu" + description="Δοκιμάστε τις θρυλικές γεύσεις μας. / Taste our legendary flavors." /> @@ -136,7 +130,7 @@ export default function LandingPage() { { id: "1", name: "Γιάννης Παπαδόπουλος", date: "12/01/2024", title: "Τέλειο!", quote: "Το καλύτερο σουβλάκι της Αθήνας. Ταξιδεύω 1 ώρα μόνο για αυτό.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sliced-doner-served-with-different-meal_141793-1267.jpg?_wi=2", imageAlt: "happy customer eating souvlaki"}, { - id: "2", name: "Μαρία Κ.", date: "15/01/2024", title: "Φανταστικό", quote: "Τεράστιες μερίδες και η εξυπηρέτηση είναι απίστευτη.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/girl-recording-recipe_23-2147959018.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shrimps-with-arugula-bread-served-with-white-wine_141793-1262.jpg", imageAlt: "happy customer eating souvlaki"}, + id: "2", name: "Μαρία Κ.", date: "15/01/2024", title: "Φανταστικό", quote: "Τεράστιες μερίδες και η εξυπηρέτηση είναι απίστευτη.", tag: "Local", avatarSrc: "http://img.b2bpic.net/girl-recording-recipe_23-2147959018.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shrimps-with-arugula-bread-served-with-white-wine_141793-1262.jpg", imageAlt: "happy customer eating souvlaki"}, { id: "3", name: "Κώστας Α.", date: "20/01/2024", title: "Κλασική αξία", quote: "Ίδια γεύση εδώ και χρόνια. Δεν αλλάζει με τίποτα.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper_23-2148699117.jpg?_wi=2", imageAlt: "happy customer eating souvlaki"}, { -- 2.49.1