Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 399426f072 | |||
| ed9a9ec7c5 | |||
| 05d0f2ad7d | |||
| 2a5f7ef097 |
198
src/app/page.tsx
198
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Souvlaki Legend"
|
||||
/>
|
||||
@@ -55,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Το Σουβλάκι που σε κάνει να ταξιδεύεις"
|
||||
description="Τεράστιες μερίδες, ίδια ποιότητα εδώ και 20 χρόνια. Ο θρύλος της γεύσης που όλη η Αθήνα εμπιστεύεται."
|
||||
buttons={[
|
||||
{
|
||||
text: "Παράγγειλε Τώρα",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Παράγγειλε Τώρα", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-doner-served-with-different-meal_141793-1267.jpg?_wi=1",
|
||||
imageAlt: "Hero 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-doner-served-with-different-meal_141793-1267.jpg?_wi=1", imageAlt: "Hero 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-vegetables_23-2147852325.jpg",
|
||||
imageAlt: "Hero 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-vegetables_23-2147852325.jpg", imageAlt: "Hero 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-corn-dogs-plate_23-2149455089.jpg",
|
||||
imageAlt: "Hero 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-corn-dogs-plate_23-2149455089.jpg", imageAlt: "Hero 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-chicken-roll-homemade-potatoes_140725-2299.jpg",
|
||||
imageAlt: "Hero 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-chicken-roll-homemade-potatoes_140725-2299.jpg", imageAlt: "Hero 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper-with-tomatoes_23-2148699116.jpg",
|
||||
imageAlt: "Hero 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper-with-tomatoes_23-2148699116.jpg", imageAlt: "Hero 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg",
|
||||
imageAlt: "Hero 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Hero 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,18 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Παράδοση από ",
|
||||
},
|
||||
type: "text", content: "Παράδοση από "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/shrimps-with-arugula-bread-served-with-white-wine_141793-1262.jpg",
|
||||
alt: "Legacy",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/shrimps-with-arugula-bread-served-with-white-wine_141793-1262.jpg", alt: "Legacy"},
|
||||
{
|
||||
type: "text",
|
||||
content: " πατέρα σε γιο.",
|
||||
},
|
||||
type: "text", content: " πατέρα σε γιο."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,23 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Τεράστιες μερίδες",
|
||||
description: "Δεν συμβιβαζόμαστε με τίποτα λιγότερο από το μέγιστο.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper_23-2148699117.jpg?_wi=1",
|
||||
imageAlt: "Portion",
|
||||
},
|
||||
title: "Τεράστιες μερίδες", description: "Δεν συμβιβαζόμαστε με τίποτα λιγότερο από το μέγιστο.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper_23-2148699117.jpg?_wi=1", imageAlt: "Portion"},
|
||||
{
|
||||
title: "Εξυπηρέτηση σε δευτερόλεπτα",
|
||||
description: "Ταχύτητα που δεν θυσιάζει την ποιότητα.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkey-kebabs-with-mustard-sauce_661915-109.jpg?_wi=1",
|
||||
imageAlt: "Speed",
|
||||
},
|
||||
title: "Εξυπηρέτηση σε δευτερόλεπτα", description: "Ταχύτητα που δεν θυσιάζει την ποιότητα.", imageSrc: "http://img.b2bpic.net/free-photo/turkey-kebabs-with-mustard-sauce_661915-109.jpg?_wi=1", imageAlt: "Speed"},
|
||||
{
|
||||
title: "Παραδοσιακές συνταγές",
|
||||
description: "Γεύσεις που μας ακολουθούν από την αρχή.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-tomatoes-dill-sandwich-board-blue-surface_114579-55092.jpg?_wi=1",
|
||||
imageAlt: "Tradition",
|
||||
},
|
||||
title: "Παραδοσιακές συνταγές", description: "Γεύσεις που μας ακολουθούν από την αρχή.", imageSrc: "http://img.b2bpic.net/free-photo/sliced-tomatoes-dill-sandwich-board-blue-surface_114579-55092.jpg?_wi=1", imageAlt: "Tradition"},
|
||||
]}
|
||||
title="Γιατί όλη η Αθήνα μας προτιμά"
|
||||
description="Η διαφορά είναι στη λεπτομέρεια και στο μεράκι."
|
||||
@@ -153,41 +111,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="Το Μενου μας"
|
||||
description="Δοκιμάστε τις θρυλικές γεύσεις μας."
|
||||
@@ -200,60 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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: "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/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: "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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ελένη Π.",
|
||||
date: "25/01/2024",
|
||||
title: "Γρήγορο και νόστιμο",
|
||||
quote: "Το μόνο που πραγματικά αξίζει. Γρήγορα και πάντα ζεστά.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-man-serving-food-dining-table-while-having-lunch-with-friends-home_637285-5866.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkey-kebabs-with-mustard-sauce_661915-109.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating souvlaki",
|
||||
},
|
||||
id: "4", name: "Ελένη Π.", date: "25/01/2024", title: "Γρήγορο και νόστιμο", quote: "Το μόνο που πραγματικά αξίζει. Γρήγορα και πάντα ζεστά.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-man-serving-food-dining-table-while-having-lunch-with-friends-home_637285-5866.jpg", imageSrc: "http://img.b2bpic.net/free-photo/turkey-kebabs-with-mustard-sauce_661915-109.jpg?_wi=2", imageAlt: "happy customer eating souvlaki"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Γιώργος Σ.",
|
||||
date: "01/02/2024",
|
||||
title: "Θρύλος",
|
||||
quote: "Αν θες να φας πραγματικό σουβλάκι, έρχεσαι εδώ.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-tomatoes-dill-sandwich-board-blue-surface_114579-55092.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating souvlaki",
|
||||
},
|
||||
id: "5", name: "Γιώργος Σ.", date: "01/02/2024", title: "Θρύλος", quote: "Αν θες να φας πραγματικό σουβλάκι, έρχεσαι εδώ.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sliced-tomatoes-dill-sandwich-board-blue-surface_114579-55092.jpg?_wi=2", imageAlt: "happy customer eating souvlaki"},
|
||||
]}
|
||||
title="Τι λένε οι πελάτες μας"
|
||||
description="Η φήμη μας χτίζεται καθημερινά στις ουρές."
|
||||
@@ -266,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Δέχεστε παραγγελίες;",
|
||||
content: "Ναι, μέσω eFood και Wolt.",
|
||||
},
|
||||
id: "1", title: "Πώς μπορώ να παραγγείλω;", content: "Παραγγείλετε τώρα με ένα κλικ: [Παραγγελία μέσω eFood](https://www.efood.gr) ή [Παραγγελία μέσω Wolt](https://www.wolt.com)."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Υπάρχει αναμονή;",
|
||||
content: "Τις ώρες αιχμής ενδέχεται, αλλά εξυπηρετούμε άμεσα.",
|
||||
},
|
||||
id: "2", title: "Υπάρχει αναμονή?", content: "Τις ώρες αιχμής ενδέχεται να υπάρχει μικρή αναμονή, αλλά το προσωπικό μας εξυπηρετεί άμεσα όλες τις ηλεκτρονικές παραγγελίες."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Ποιο είναι το ωράριο;",
|
||||
content: "Είμαστε ανοιχτά καθημερινά από τις 11:00 έως τις 02:00.",
|
||||
},
|
||||
id: "3", title: "Ποιο είναι το ωράριο;", content: "Είμαστε ανοιχτά καθημερινά από τις 11:00 έως τις 02:00. Μπορείτε να κάνετε την παραγγελία σας οποιαδήποτε στιγμή κατά το ωράριο λειτουργίας μας."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -294,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"eFood",
|
||||
"Wolt",
|
||||
"Google",
|
||||
"Facebook",
|
||||
"TripAdvisor",
|
||||
"Foursquare",
|
||||
"Yelp",
|
||||
]}
|
||||
"eFood", "Wolt", "Google", "Facebook", "TripAdvisor", "Foursquare", "Yelp"]}
|
||||
title="Εμπιστοσύνη στη γεύση"
|
||||
description="Μέρος της κουλτούρας της Αθήνας."
|
||||
/>
|
||||
@@ -311,8 +184,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Μείνετε συνδεδεμένοι"
|
||||
description="Εγγραφείτε για προσφορές και νέα."
|
||||
@@ -328,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user