From 96c492df7e8a28f7f869bd31c59b2b2f0044e6ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 23:51:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 300 +++++++---------------------------------------- 1 file changed, 43 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9af929b..ad5b613 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,95 +31,39 @@ export default function LandingPage() {
@@ -128,15 +72,7 @@ export default function LandingPage() { @@ -149,60 +85,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "1", - brand: "Meat", - name: "Μοσχαρίσια Μπριζόλα", - price: "22€", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/choco-brownies-with-fine-lemted-cocoa-cream-vanilla-icecream_114579-2132.jpg", - }, - { - id: "2", - brand: "Meat", - name: "Αρνίσια Παϊδάκια", - price: "18€", - rating: 5, - reviewCount: "240", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg", - }, - { - id: "3", - brand: "Seafood", - name: "Γαριδομακαρονάδα", - price: "24€", - rating: 5, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-table-arrangement_23-2149410786.jpg", - }, - { - id: "4", - brand: "Seafood", - name: "Ποικιλία Θαλασσινών", - price: "28€", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6419.jpg", - }, - { - id: "5", - brand: "Meat", - name: "Σούβλες Αρνί", - price: "19€", - rating: 5, - reviewCount: "180", - imageSrc: "http://img.b2bpic.net/free-photo/beef-steaks-with-narsharab-sauce-rice_114579-1086.jpg", - }, - { - id: "6", - brand: "Meat", - name: "Φιλέτο Μοσχάρι", - price: "26€", - rating: 5, - reviewCount: "66", - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg", - }, + { id: "1", brand: "Meat", name: "Μοσχαρίσια Μπριζόλα", price: "22€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/choco-brownies-with-fine-lemted-cocoa-cream-vanilla-icecream_114579-2132.jpg" }, + { id: "2", brand: "Meat", name: "Αρνίσια Παϊδάκια", price: "18€", rating: 5, reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg" }, + { id: "3", brand: "Seafood", name: "Γαριδομακαρονάδα", price: "24€", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-table-arrangement_23-2149410786.jpg" }, + { id: "4", brand: "Seafood", name: "Ποικιλία Θαλασσινών", price: "28€", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6419.jpg" }, + { id: "5", brand: "Meat", name: "Σούβλες Αρνί", price: "19€", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/beef-steaks-with-narsharab-sauce-rice_114579-1086.jpg" }, + { id: "6", brand: "Meat", name: "Φιλέτο Μοσχάρι", price: "26€", rating: 5, reviewCount: "66", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg" } ]} title="Signature Dishes" description="Ψημένα στην τελειότητα με αυθεντική ελληνική τεχνική." @@ -213,68 +101,28 @@ export default function LandingPage() {