7 Commits

Author SHA1 Message Date
4a1f3c7890 Update src/app/page.tsx 2026-04-07 14:49:02 +00:00
e4042578af Merge version_5 into main
Merge version_5 into main
2026-04-07 14:43:46 +00:00
9abed61d77 Update src/app/page.tsx 2026-04-07 14:43:43 +00:00
021a953c87 Merge version_5 into main
Merge version_5 into main
2026-04-07 14:43:15 +00:00
7a2c6c0f83 Update src/app/page.tsx 2026-04-07 14:43:12 +00:00
11afeedb90 Merge version_4 into main
Merge version_4 into main
2026-04-07 14:40:34 +00:00
2e79ebea1d Merge version_4 into main
Merge version_4 into main
2026-04-07 14:39:55 +00:00

View File

@@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
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";
export default function LandingPage() {
@@ -59,11 +59,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"Καθαρισμός σασί", "Χρήση ηλεκτρικής σκούπας", "24/7 Διαθεσιμότητα"],
"Καθαρισμός σασί", "Χρήση ηλεκτρικής σκούπας", "24/7 Διαθεσιμότητα"],
}}
positiveCard={{
items: [
"Πλύσιμο αυτοκινήτου με κέρματα (self service)", "Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "Εσωτερικός καθαρισμός"],
"Πλύσιμο αυτοκινήτου με κέρματα (self service)", "Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "Εσωτερικός καθαρισμός"],
}}
title="Οι Υπηρεσίες μας"
description="Επαγγελματικός καθαρισμός για κάθε όχημα."
@@ -115,10 +115,10 @@ export default function LandingPage() {
</div>
<div id="location" data-section="location">
<FooterBase
<FooterLogoEmphasis
columns={[
{
title: "Επικοινωνία", items: [
items: [
{
label: "6984718568", href: "tel:+306984718568"},
{
@@ -126,7 +126,7 @@ export default function LandingPage() {
],
},
{
title: "Διεύθυνση", items: [
items: [
{
label: "Παύλου Μελά 15", href: "#"},
{
@@ -134,33 +134,7 @@ export default function LandingPage() {
],
},
]}
logoText="Τοποθεσία"
copyrightText="© 2026 | Car Wash Nea Flogita"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Επικοινωνία", items: [
{
label: "6984718568", href: "tel:+306984718568"},
{
label: "Facebook", href: "#"},
],
},
{
title: "Διεύθυνση", items: [
{
label: "Παύλου Μελά 15", href: "#"},
{
label: "Νέα Φλογητά", href: "#"},
],
},
]}
logoText="Car Wash Nea Flogita 24/7"
copyrightText="© 2026 | Car Wash Nea Flogita"
logoText=""
/>
</div>
</ReactLenis>