Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-23 14:02:36 +00:00

View File

@@ -2,10 +2,10 @@
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 { Coffee, Croissant, Sandwich, Salad, MapPin, Clock, Phone } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -141,23 +141,22 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
<ContactSplit
useInvertedBackground={true}
tag="ΕΠΙΚΟΙΝΩΝΙΑ"
title="Ελάτε να μας Γνωρίσετε"
description="ΚΤΕΛ Λιοσίων, Γούσιου 7, Αθήνα. Καθημερινά έως τις 23:00."
buttons={[{ text: "210 832 7095", href: "tel:2108327095" }]}
description="Σας περιμένουμε καθημερινά για τον καλύτερο καφέ της πόλης."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Village Station"
<FooterSimple
bottomLeftText="© 2025 Village Station"
bottomRightText="All Rights Reserved"
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: "Τοποθεσία", items: [{ label: "Γούσιου 7, Αθήνα", href: "https://maps.google.com" }] },
{ title: "Ωράριο", items: [{ label: "Καθημερινά 07:00 - 23:00" }] },
{ title: "Επικοινωνία", items: [{ label: "210 832 7095", href: "tel:2108327095" }] }
]}
/>
</div>