Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cee8d3324 | |||
| 4a1f3c7890 | |||
| e4042578af | |||
| 9abed61d77 | |||
| 021a953c87 | |||
| 7a2c6c0f83 | |||
| 11afeedb90 | |||
| 9c98972381 | |||
| 2e79ebea1d | |||
| e508b75e3c | |||
| e5f8953c2f |
@@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Check, Clock, CreditCard, Droplets, Info, MapPin, Wind } from "lucide-react";
|
import { Check, Clock, CreditCard, Droplets, Info, MapPin, Wind } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -40,17 +40,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroLogoBillboard
|
||||||
background={{
|
logoText="Car Wash 24/7"
|
||||||
variant: "gradient-bars"}}
|
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση στη Νέα Φλογητά."
|
||||||
title="Πλυντήριο Αυτοκινήτων 24/7 στη Νέα Φλογητά"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BuAOTW0ix0HcFoHF8Pfy5vooK5/uploaded-1775572770072-2npyquai.png"
|
||||||
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
|
||||||
text: "Οδηγίες στο Χάρτη", href: "/location"},
|
|
||||||
{
|
{
|
||||||
text: "Καλέστε τώρα", href: "tel:+306984718568"},
|
text: "Καλέστε τώρα", href: "tel:+306984718568"},
|
||||||
]}
|
]}
|
||||||
|
background={{ variant: "glowing-orb" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -61,11 +59,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Καθαρισμός σασί", "Χρήση ηλεκτρικής σκούπας", "24/7 Διαθεσιμότητα"],
|
"✓ Καθαρισμός σασί", "✓ Χρήση ηλεκτρικής σκούπας", "✓ 24/7 Διαθεσιμότητα"],
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Πλύσιμο αυτοκινήτου με κέρματα (self service)", "Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "Εσωτερικός καθαρισμός"],
|
"✓ Πλύσιμο αυτοκινήτου με κέρματα (self service)", "✓ Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "✓ Εσωτερικός καθαρισμός"],
|
||||||
}}
|
}}
|
||||||
title="Οι Υπηρεσίες μας"
|
title="Οι Υπηρεσίες μας"
|
||||||
description="Επαγγελματικός καθαρισμός για κάθε όχημα."
|
description="Επαγγελματικός καθαρισμός για κάθε όχημα."
|
||||||
@@ -117,17 +115,10 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="location" data-section="location">
|
<div id="location" data-section="location">
|
||||||
<div className="container mx-auto py-20 px-4">
|
<FooterLogoEmphasis
|
||||||
<h2 className="text-3xl font-bold mb-4">Τοποθεσία</h2>
|
|
||||||
<p className="text-lg">Παύλου Μελά 15, Νέα Φλογητά. Σας περιμένουμε ανά πάσα στιγμή.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterBase
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Επικοινωνία", items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "6984718568", href: "tel:+306984718568"},
|
label: "6984718568", href: "tel:+306984718568"},
|
||||||
{
|
{
|
||||||
@@ -135,16 +126,15 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Διεύθυνση", items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Παύλου Μελά 15", href: "/location"},
|
label: "Παύλου Μελά 15", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Νέα Φλογητά", href: "/location"},
|
label: "Νέα Φλογητά", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Car Wash Nea Flogita 24/7"
|
logoText=""
|
||||||
copyrightText="© 2026 | Car Wash Nea Flogita"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user