Merge version_5 into main #6

Merged
bender merged 1 commits from version_5 into main 2026-04-07 14:43:46 +00:00

View File

@@ -7,6 +7,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
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() {
@@ -114,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"},
{
@@ -125,7 +126,7 @@ export default function LandingPage() {
],
},
{
title: "Διεύθυνση", items: [
items: [
{
label: "Παύλου Μελά 15", href: "#"},
{
@@ -134,7 +135,6 @@ export default function LandingPage() {
},
]}
logoText="Τοποθεσία"
copyrightText="© 2026 | Car Wash Nea Flogita"
/>
</div>
</ReactLenis>