Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -5,7 +5,7 @@ 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 HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Check, Clock, CreditCard, Droplets, Info, MapPin, Wind } from "lucide-react";
|
||||
@@ -40,14 +40,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Πλυντήριο Αυτοκινήτων 24/7 στη Νέα Φλογητά"
|
||||
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση."
|
||||
<HeroLogoBillboard
|
||||
logoText="Car Wash 24/7"
|
||||
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση στη Νέα Φλογητά."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BuAOTW0ix0HcFoHF8Pfy5vooK5/uploaded-1775572770072-2npyquai.png"
|
||||
buttons={[
|
||||
{
|
||||
text: "Οδηγίες στο Χάρτη", href: "/location"},
|
||||
{
|
||||
text: "Καλέστε τώρα", href: "tel:+306984718568"},
|
||||
]}
|
||||
@@ -137,9 +134,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Διεύθυνση", items: [
|
||||
{
|
||||
label: "Παύλου Μελά 15", href: "/location"},
|
||||
label: "Παύλου Μελά 15", href: "#"},
|
||||
{
|
||||
label: "Νέα Φλογητά", href: "/location"},
|
||||
label: "Νέα Φλογητά", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user