Merge version_5 into main #5
@@ -4,7 +4,6 @@ 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';
|
||||
@@ -59,11 +58,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Καθαρισμός σασί", "Χρήση ηλεκτρικής σκούπας", "24/7 Διαθεσιμότητα"],
|
||||
"✓ Καθαρισμός σασί", "✓ Χρήση ηλεκτρικής σκούπας", "✓ 24/7 Διαθεσιμότητα"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Πλύσιμο αυτοκινήτου με κέρματα (self service)", "Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "Εσωτερικός καθαρισμός"],
|
||||
"✓ Πλύσιμο αυτοκινήτου με κέρματα (self service)", "✓ Πλύσιμο από προσωπικό (σε συγκεκριμένες ώρες)", "✓ Εσωτερικός καθαρισμός"],
|
||||
}}
|
||||
title="Οι Υπηρεσίες μας"
|
||||
description="Επαγγελματικός καθαρισμός για κάθε όχημα."
|
||||
@@ -138,31 +137,6 @@ export default function LandingPage() {
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user