Merge version_1 into main #2
305
src/app/page.tsx
305
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Coffee, Croissant, Sandwich, Salad } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -29,135 +30,50 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Μενού",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Σχετικά",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Γεύσεις",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Κριτικές",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Επικοινωνία",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Μενού", id: "menu" },
|
||||
{ name: "Σχετικά", id: "about" },
|
||||
{ name: "Γεύσεις", id: "gallery" },
|
||||
{ name: "Κριτικές", id: "reviews" },
|
||||
{ name: "Επικοινωνία", id: "contact" },
|
||||
]}
|
||||
brandName="Village Station"
|
||||
button={{
|
||||
text: "Ψηφιακό Μενού",
|
||||
href: "https://bit.ly/village-station",
|
||||
}}
|
||||
text: "Ψηφιακό Μενού", href: "https://bit.ly/village-station"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Village Station\nΟ καλύτερος καφές"
|
||||
description="Φρέσκος καφές, σπιτικές γεύσεις και ζεστή ελληνική φιλοξενία — κάθε μέρα."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Google",
|
||||
handle: "Rating",
|
||||
testimonial: "4.4★ Μέση Βαθμολογία",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-cafe-vertical-shot-steam-rises-cup-espresso-coffee-glass-water-cookies-table-closeup-sunlight-selective-focus-empty-space-idea-advertising-banner_166373-2884.jpg",
|
||||
},
|
||||
{
|
||||
name: "Google",
|
||||
handle: "Κριτικές",
|
||||
testimonial: "165+ Κριτικές",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-blurred-view-garachico-town-ocean-shore_1217-1991.jpg",
|
||||
},
|
||||
{
|
||||
name: "Τιμή",
|
||||
handle: "Μέση",
|
||||
testimonial: "€5-10 Μέση Τιμή",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691743.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ωράριο",
|
||||
handle: "Κλείσιμο",
|
||||
testimonial: "23:00 Κλείνουμε",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-attractive-brunette-woman-black-dress-sitting-near-coffee-table-with-view-city-sunny-evening_8353-11799.jpg",
|
||||
},
|
||||
{
|
||||
name: "Service",
|
||||
handle: "Friendly",
|
||||
testimonial: "Άψογη εξυπηρέτηση",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=1",
|
||||
},
|
||||
{ name: "Google", handle: "Rating", testimonial: "4.4★ Μέση Βαθμολογία", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/breakfast-cafe-vertical-shot-steam-rises-cup-espresso-coffee-glass-water-cookies-table-closeup-sunlight-selective-focus-empty-space-idea-advertising-banner_166373-2884.jpg" },
|
||||
{ name: "Google", handle: "Κριτικές", testimonial: "165+ Κριτικές", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-blurred-view-garachico-town-ocean-shore_1217-1991.jpg" },
|
||||
{ name: "Τιμή", handle: "Μέση", testimonial: "€5-10 Μέση Τιμή", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691743.jpg" },
|
||||
{ name: "Ωράριο", handle: "Κλείσιμο", testimonial: "23:00 Κλείνουμε", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-attractive-brunette-woman-black-dress-sitting-near-coffee-table-with-view-city-sunny-evening_8353-11799.jpg" },
|
||||
{ name: "Service", handle: "Friendly", testimonial: "Άψογη εξυπηρέτηση", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg" }
|
||||
]}
|
||||
tag="☕ ΚΤΕΛ ΛΙΟΣΙΩΝ · ΑΘΗΝΑ"
|
||||
buttons={[
|
||||
{
|
||||
text: "Δείτε το Μενού μας",
|
||||
href: "https://bit.ly/village-station",
|
||||
},
|
||||
{
|
||||
text: "210 832 7095",
|
||||
href: "tel:2108327095",
|
||||
},
|
||||
{ text: "Δείτε το Μενού μας", href: "https://bit.ly/village-station" },
|
||||
{ text: "210 832 7095", href: "tel:2108327095" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-women-relaxing-drinking-beverage_23-2147850496.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-stylish-family-summer-city_1157-19949.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-young-stylish-women-sitting-cafe_285396-3286.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-sitting-table-with-map_23-2148966581.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-attractive-brunette-woman-black-dress-sitting-near-coffee-table-with-view-city-sunny-evening_8353-11799.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-women-relaxing-drinking-beverage_23-2147850496.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-stylish-family-summer-city_1157-19949.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-young-stylish-women-sitting-cafe_285396-3286.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-sitting-table-with-map_23-2148966581.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-attractive-brunette-woman-black-dress-sitting-near-coffee-table-with-view-city-sunny-evening_8353-11799.jpg", alt: "Customer" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Φρέσκα Ροφήματα",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Παραδοσιακές Πίτες",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Γρήγορη Εξυπηρέτηση",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Αυθεντική Ατμόσφαιρα",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ποιότητα Καφέ",
|
||||
},
|
||||
{ type: "text", text: "Φρέσκα Ροφήματα" },
|
||||
{ type: "text", text: "Παραδοσιακές Πίτες" },
|
||||
{ type: "text", text: "Γρήγορη Εξυπηρέτηση" },
|
||||
{ type: "text", text: "Αυθεντική Ατμόσφαιρα" },
|
||||
{ type: "text", text: "Ποιότητα Καφέ" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,34 +91,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Καφέδες",
|
||||
description: "Ελληνικός, espresso, freddo, cappuccino.",
|
||||
buttonIcon: "Coffee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=1",
|
||||
imageAlt: "greek coffee freddo espresso close up",
|
||||
},
|
||||
{
|
||||
title: "Πρωινό",
|
||||
description: "Πίτες, μπουγάτσα, κρουάσαν και ομελέτες.",
|
||||
buttonIcon: "Croissant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=3",
|
||||
imageAlt: "greek coffee freddo espresso close up",
|
||||
},
|
||||
{
|
||||
title: "Σάντουιτς",
|
||||
description: "Χειροποίητα σάντουιτς και τοστ.",
|
||||
buttonIcon: "Sandwich",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg?_wi=1",
|
||||
imageAlt: "greek coffee freddo espresso close up",
|
||||
},
|
||||
{
|
||||
title: "Σαλάτες",
|
||||
description: "Χωριάτικη, Caesar's, Ντάκος.",
|
||||
buttonIcon: "Salad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg?_wi=1",
|
||||
imageAlt: "greek coffee freddo espresso close up",
|
||||
},
|
||||
{ title: "Καφέδες", description: "Ελληνικός, espresso, freddo, cappuccino.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "greek coffee freddo espresso close up" },
|
||||
{ title: "Πρωινό", description: "Πίτες, μπουγάτσα, κρουάσαν και ομελέτες.", buttonIcon: Croissant, imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg", imageAlt: "greek coffee freddo espresso close up" },
|
||||
{ title: "Σάντουιτς", description: "Χειροποίητα σάντουιτς και τοστ.", buttonIcon: Sandwich, imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg", imageAlt: "greek coffee freddo espresso close up" },
|
||||
{ title: "Σαλάτες", description: "Χωριάτικη, Caesar's, Ντάκος.", buttonIcon: Salad, imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg", imageAlt: "greek coffee freddo espresso close up" }
|
||||
]}
|
||||
title="Κάτι για Κάθε Γούστο"
|
||||
description="Από τον πρωινό καφέ μέχρι τα βραδινά σνακ, κάθε πιάτο φτιάχνεται με μεράκι."
|
||||
@@ -216,30 +108,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Freddo Espresso",
|
||||
price: "€2,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Greek Bougatsa",
|
||||
price: "€2,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Souvlaki",
|
||||
price: "€2,80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-meat-skewers-grilled_23-2148632662.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Greek Salad",
|
||||
price: "€6,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg",
|
||||
},
|
||||
{ id: "1", name: "Freddo Espresso", price: "€2,50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg" },
|
||||
{ id: "2", name: "Greek Bougatsa", price: "€2,00", imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg" },
|
||||
{ id: "3", name: "Souvlaki", price: "€2,80", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-meat-skewers-grilled_23-2148632662.jpg" },
|
||||
{ id: "4", name: "Greek Salad", price: "€6,00", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg" }
|
||||
]}
|
||||
title="Γεύσεις που Μένουν"
|
||||
description="Δοκιμάστε τις αγαπημένες μας επιλογές."
|
||||
@@ -248,68 +120,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rebecca Choullis",
|
||||
role: "Customer",
|
||||
company: "Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg",
|
||||
imageAlt: "greek coffee cup close up warm",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Manuel Quero",
|
||||
role: "Customer",
|
||||
company: "Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=4",
|
||||
imageAlt: "greek coffee cup close up warm",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Επισκέπτης",
|
||||
role: "Customer",
|
||||
company: "Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=2",
|
||||
imageAlt: "greek coffee cup close up warm",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria P.",
|
||||
role: "Customer",
|
||||
company: "Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg?_wi=3",
|
||||
imageAlt: "greek coffee cup close up warm",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kostas D.",
|
||||
role: "Customer",
|
||||
company: "Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg?_wi=3",
|
||||
imageAlt: "greek coffee cup close up warm",
|
||||
},
|
||||
{ id: "1", name: "Rebecca Choullis", role: "Customer", company: "Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", imageAlt: "greek coffee cup close up warm" },
|
||||
{ id: "2", name: "Manuel Quero", role: "Customer", company: "Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg", imageAlt: "greek coffee cup close up warm" },
|
||||
{ id: "3", name: "Επισκέπτης", role: "Customer", company: "Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "greek coffee cup close up warm" },
|
||||
{ id: "4", name: "Maria P.", role: "Customer", company: "Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg", imageAlt: "greek coffee cup close up warm" },
|
||||
{ id: "5", name: "Kostas D.", role: "Customer", company: "Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg", imageAlt: "greek coffee cup close up warm" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.4",
|
||||
label: "Google Rating",
|
||||
},
|
||||
{
|
||||
value: "165",
|
||||
label: "Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Hospitality",
|
||||
},
|
||||
{ value: "4.4", label: "Google Rating" },
|
||||
{ value: "165", label: "Reviews" },
|
||||
{ value: "100%", label: "Hospitality" }
|
||||
]}
|
||||
title="4.4 Αστέρια στο Google"
|
||||
description="165 κριτικές από ανθρώπους που μας εμπιστεύτηκαν."
|
||||
@@ -319,18 +143,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="ΕΠΙΚΟΙΝΩΝΙΑ"
|
||||
title="Ελάτε να μας Γνωρίσετε"
|
||||
description="ΚΤΕΛ Λιοσίων, Γούσιου 7, Αθήνα. Καθημερινά έως τις 23:00."
|
||||
buttons={[
|
||||
{
|
||||
text: "210 832 7095",
|
||||
href: "tel:2108327095",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "210 832 7095", href: "tel:2108327095" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -338,37 +155,13 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Village Station"
|
||||
columns={[
|
||||
{
|
||||
title: "Village Station",
|
||||
items: [
|
||||
{
|
||||
label: "Ο καλύτερος καφές",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Μενού",
|
||||
items: [
|
||||
{
|
||||
label: "Δείτε το Μενού",
|
||||
href: "https://bit.ly/village-station",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Επικοινωνία",
|
||||
items: [
|
||||
{
|
||||
label: "210 832 7095",
|
||||
href: "tel:2108327095",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Village Station", items: [{ label: "Ο καλύτερος καφές", href: "#" }] },
|
||||
{ title: "Μενού", items: [{ label: "Δείτε το Μενού", href: "https://bit.ly/village-station" }] },
|
||||
{ title: "Επικοινωνία", items: [{ label: "210 832 7095", href: "tel:2108327095" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user