Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6dc00479f | |||
| 80719ecafd | |||
| bc0a2f13dc | |||
| 2b475bd0e0 | |||
| e50ad578cd |
@@ -47,6 +47,7 @@ export default function LandingPage() {
|
||||
title="Η Απόλυτη Ελληνική Γαστρονομική Εμπειρία"
|
||||
description="Πλούσιες γεύσεις. Εκλεκτά κρέατα. Φρέσκα θαλασσινά. Ζήστε την εμπειρία της αυθεντικής ελληνικής φιλοξενίας στο Πελώριος."
|
||||
buttons={[{ text: "Κράτηση Τώρα", href: "#reservation" }, { text: "23820 32930", href: "tel:2382032930" }]}
|
||||
buttonClassName="font-bold"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg"
|
||||
imageAlt="Πελώριος gourmet experience"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -112,15 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "meat", badge: "Signature", price: "Κρέατα", subtitle: "Από επιλεγμένους παραγωγούς", buttons: [{ text: "View" }],
|
||||
id: "meat", badge: "Signature", price: "Κρέατα", subtitle: "Από επιλεγμένους παραγωγούς", buttons: [{ text: "Δείτε Αναλυτικά" }],
|
||||
features: ["Μοσχαρίσια μπριζόλα", "Σιδηρόδρομος", "Αρνίσια Παϊδάκια"]
|
||||
},
|
||||
{
|
||||
id: "sea", badge: "Fresh", price: "Θαλασσινά", subtitle: "Φρέσκια ψαριά ημέρας", buttons: [{ text: "View" }],
|
||||
id: "sea", badge: "Fresh", price: "Θαλασσινά", subtitle: "Φρέσκια ψαριά ημέρας", buttons: [{ text: "Δείτε Αναλυτικά" }],
|
||||
features: ["Καλαμάρι σχάρας", "Μπακαλιάρος ψητός", "Αστακομακαρονάδα"]
|
||||
},
|
||||
{
|
||||
id: "spec", badge: "New", price: "Specials", subtitle: "Ειδικές γεύσεις Πελώριος", buttons: [{ text: "View" }],
|
||||
id: "spec", badge: "New", price: "Specials", subtitle: "Ειδικές γεύσεις Πελώριος", buttons: [{ text: "Δείτε Αναλυτικά" }],
|
||||
features: ["Κριθαρότο θαλασσινών", "Premium ποικιλίες", "Chef's selection"]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user