Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0612bf461 | |||
| fd6b024005 |
@@ -8,7 +8,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Check, Clock, CreditCard, Droplets, Info, MapPin, Wind } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -48,9 +47,9 @@ export default function LandingPage() {
|
||||
description="Πλύσιμο αυτοκινήτου όλο το 24ωρο με εύκολη και γρήγορη εξυπηρέτηση."
|
||||
buttons={[
|
||||
{
|
||||
text: "Οδηγίες στο Χάρτη", href: "#location"},
|
||||
text: "Οδηγίες στο Χάρτη", href: "/location"},
|
||||
{
|
||||
text: "Καλέστε τώρα", href: "tel:6984718568"},
|
||||
text: "Καλέστε τώρα", href: "tel:+306984718568"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,34 +91,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Γιώργος Π.", handle: "@giorgos", testimonial: "Με 3€ μπορείς να κάνεις πολύ καλό πλύσιμο. Πολύ ικανοποιημένος.", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Μαρία Κ.", handle: "@maria", testimonial: "24 ώρες διαθέσιμο, το καλύτερο στη περιοχή.", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Νίκος Α.", handle: "@nikos", testimonial: "Καλή εμπειρία και πολύ λογικές τιμές.", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ελένη Μ.", handle: "@eleni", testimonial: "Γρήγορο και καθαρό αποτέλεσμα κάθε φορά.", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Κώστας Τ.", handle: "@kostas", testimonial: "Εύκολη χρήση, εξαιρετικό self-service.", rating: 5,
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Τι λένε οι πελάτες μας"
|
||||
description="Πραγματικές κριτικές από το πλυντήριο μας."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="facilities" data-section="facilities">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
@@ -158,7 +129,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Επικοινωνία", items: [
|
||||
{
|
||||
label: "6984718568", href: "tel:6984718568"},
|
||||
label: "6984718568", href: "tel:+306984718568"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
@@ -166,9 +137,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Διεύθυνση", items: [
|
||||
{
|
||||
label: "Παύλου Μελά 15", href: "#"},
|
||||
label: "Παύλου Μελά 15", href: "/location"},
|
||||
{
|
||||
label: "Νέα Φλογητά", href: "#"},
|
||||
label: "Νέα Φλογητά", href: "/location"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user