Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e83502ada | |||
| 62e17d4fc3 | |||
| 9cee8d3324 | |||
| 4a1f3c7890 | |||
| e4042578af | |||
| 9abed61d77 | |||
| 021a953c87 | |||
| 7a2c6c0f83 | |||
| 11afeedb90 | |||
| 2e79ebea1d |
@@ -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 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';
|
||||||
|
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() {
|
||||||
@@ -42,7 +42,7 @@ 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={[
|
||||||
{
|
{
|
||||||
@@ -115,18 +115,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="location" data-section="location">
|
<div id="location" data-section="location">
|
||||||
<FooterBase
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Επικοινωνία", items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "6984718568", href: "tel:+306984718568"},
|
label: "6984718568", href: "tel:+306984718568"},
|
||||||
{
|
{
|
||||||
label: "Facebook", href: "#"},
|
label: "Car Wash Flogita", href: "https://facebook.com"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Διεύθυνση", items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Παύλου Μελά 15", href: "#"},
|
label: "Παύλου Μελά 15", href: "#"},
|
||||||
{
|
{
|
||||||
@@ -134,33 +134,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Τοποθεσία"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user