Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b446db498f | |||
| d1c641bc94 | |||
| d2f7ee98b6 | |||
| 73220824f0 | |||
| 0838801e9d | |||
| 8e83502ada | |||
| 89153e7e0e | |||
| 62e17d4fc3 | |||
| 9cee8d3324 | |||
| 4a1f3c7890 | |||
| e4042578af | |||
| 021a953c87 |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
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';
|
||||||
@@ -42,31 +42,39 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Car Wash 24/7"
|
logoText="Car Wash 24/7"
|
||||||
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση στη Νέα Φλογητά."
|
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση στα Νέα Φλογητά."
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BuAOTW0ix0HcFoHF8Pfy5vooK5/uploaded-1775572770072-2npyquai.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BuAOTW0ix0HcFoHF8Pfy5vooK5/uploaded-1775572770072-2npyquai.png"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Καλέστε τώρα", href: "tel:+306984718568"},
|
text: "Καλέστε τώρα",
|
||||||
|
href: "tel:+306984718568"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardSixteen
|
<FeatureCardTwentyThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
|
||||||
items: [
|
|
||||||
"✓ Καθαρισμός σασί", "✓ Χρήση ηλεκτρικής σκούπας", "✓ 24/7 Διαθεσιμότητα"],
|
|
||||||
}}
|
|
||||||
positiveCard={{
|
|
||||||
items: [
|
|
||||||
"✓ Πλύσιμο αυτοκινήτου με κέρματα (self service)", "✓ Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "✓ Εσωτερικός καθαρισμός"],
|
|
||||||
}}
|
|
||||||
title="Οι Υπηρεσίες μας"
|
title="Οι Υπηρεσίες μας"
|
||||||
description="Επαγγελματικός καθαρισμός για κάθε όχημα."
|
description="Επαγγελματικός καθαρισμός για κάθε όχημα, διαθέσιμος 24/7."
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
id: "1", title: "Self-Service Πλύσιμο", tags: ["24/7", "Με κέρματα"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", title: "Εσωτερικός Καθαρισμός", tags: ["Επαγγελματικός", "Λεπτομερής"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", title: "Καθαρισμός Σασί", tags: ["Εντατικός", "Ασφαλής"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", title: "Υπηρεσίες Προσωπικού", tags: ["Εξειδικευμένο", "Κατόπιν ραντεβού"]
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,7 +130,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "6984718568", href: "tel:+306984718568"},
|
label: "6984718568", href: "tel:+306984718568"},
|
||||||
{
|
{
|
||||||
label: "Facebook", href: "#"},
|
label: "Car Wash Flogita", href: "https://facebook.com"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -134,7 +142,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Τοποθεσία"
|
logoText=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user