From fc9846379775818614da6cb6ef07faffb5e37296 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:22:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d21008..3e4b6f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,77 +44,48 @@ export default function LandingPage() {
@@ -132,9 +95,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Etymology" description={[ - "Derived from the Greek 'εδεστέον', our name is an invitation to taste the divine. We bridge the gap between traditional tavern values and modern culinary excellence.", - "Every dish is a testament to our philosophy: generous portions that warm the soul and service that makes every patron feel like family.", - ]} + "Derived from the Greek 'εδεστέον', our name is an invitation to taste the divine. We bridge the gap between traditional tavern values and modern culinary excellence.", "Every dish is a testament to our philosophy: generous portions that warm the soul and service that makes every patron feel like family."]} /> @@ -146,41 +107,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Grilled Octopus", - price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=1", - }, + id: "1", name: "Grilled Octopus", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, { - id: "2", - name: "Saganaki Honey", - price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=2", - }, + id: "2", name: "Saganaki Honey", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, { - id: "3", - name: "Fava Santorini", - price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=3", - }, + id: "3", name: "Fava Santorini", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, { - id: "4", - name: "Lamb Kleftiko", - price: "22€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=4", - }, + id: "4", name: "Lamb Kleftiko", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, { - id: "5", - name: "Horiatiki Salad", - price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=5", - }, + id: "5", name: "Horiatiki Salad", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, { - id: "6", - name: "Stuffed Vine Leaves", - price: "11€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=6", - }, + id: "6", name: "Stuffed Vine Leaves", price: "11€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, ]} title="The Selection" description="Carefully curated meze, honoring Greek traditions." @@ -189,50 +126,26 @@ export default function LandingPage() {
@@ -262,25 +173,17 @@ export default function LandingPage() { { items: [ { - label: "Address: Evosmos, Thessaloniki", - href: "#", - }, + label: "Address: Evosmos, Thessaloniki", href: "#"}, { - label: "Tel: +30 2310 000000", - href: "tel:+302310000000", - }, + label: "Tel: +30 2310 000000", href: "tel:+302310000000"}, ], }, { items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, ]} -- 2.49.1