Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55485aa4a2 | |||
| aca9062126 | |||
| 8027c214f4 | |||
| 17f3099d38 | |||
| 1c70c872fd | |||
| 848e34234e | |||
| 1afe8bd59c | |||
| 85b1f18289 | |||
| 89f4eb026d | |||
| 44dbb6762a | |||
| 435198c094 | |||
| 00754e205a |
@@ -8,7 +8,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
||||||
import { Zap } from "lucide-react";
|
import { Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -32,20 +31,19 @@ export default function LandingPage() {
|
|||||||
{ name: "Αρχική", id: "hero" },
|
{ name: "Αρχική", id: "hero" },
|
||||||
{ name: "Υπηρεσίες", id: "services" },
|
{ name: "Υπηρεσίες", id: "services" },
|
||||||
{ name: "Γιατί εμάς", id: "why" },
|
{ name: "Γιατί εμάς", id: "why" },
|
||||||
{ name: "Επικοινωνία", id: "contact" },
|
|
||||||
]}
|
]}
|
||||||
brandName="ΨΥΚΤΙΚΟΣ"
|
brandName="ΨΥΚΤΙΚΟΣ"
|
||||||
button={{ text: "Καλέστε τώρα", href: "tel:6977689296" }}
|
button={{ text: "Καλέστε τώρα", onClick: () => window.location.href = "tel:6977689296" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Άμεση Εξυπηρέτηση Ψυκτικών Εργασιών στη Θεσσαλονίκη"
|
title="Άμεση Επισκευή & Συντήρηση Ψυγείων & A/C στη Θεσσαλονίκη"
|
||||||
description="Επισκευή, εγκατάσταση & συντήρηση ψυγείων και κλιματιστικών. Είμαστε δίπλα σας για οποιαδήποτε βλάβη με ταχύτητα και αξιοπιστία."
|
description="Επισκευή, εγκατάσταση & συντήρηση ψυγείων και κλιματιστικών. Είμαστε δίπλα σας για οποιαδήποτε βλάβη με ταχύτητα και αξιοπιστία."
|
||||||
tag="Επείγουσα εξυπηρέτηση διαθέσιμη"
|
tag="Επείγουσα εξυπηρέτηση διαθέσιμη"
|
||||||
buttons={[{ text: "Καλέστε τώρα", href: "tel:6977689296" }]}
|
buttons={[{ text: "Καλέστε τώρα", onClick: () => window.location.href = "tel:6977689296" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", imageAlt: "Τεχνικός σε δράση"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", imageAlt: "Τεχνικός σε δράση"
|
||||||
@@ -93,39 +91,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardFifteen
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonial="Ο κ. Νίκος είναι επαγγελματίας από τους λίγους! Ήρθε άμεσα, βρήκε το πρόβλημα στο ψυγείο μου και το έφτιαξε σε λιγότερο από μία ώρα. Τον συστήνω ανεπιφύλακτα."
|
|
||||||
rating={5}
|
|
||||||
author="Γιώργος Παπαδόπουλος"
|
|
||||||
avatars={[
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 1" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 2" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 3" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 4" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 5" },
|
|
||||||
]}
|
|
||||||
ratingAnimation="blur-reveal"
|
|
||||||
avatarsAnimation="blur-reveal"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactSplitForm
|
|
||||||
useInvertedBackground={true}
|
|
||||||
title="Επικοινωνήστε μαζί μας"
|
|
||||||
description="Βρισκόμαστε στην Αποστόλου Παύλου 16, Θεσσαλονίκη. Καλέστε μας για άμεση βοήθεια."
|
|
||||||
inputs={[
|
|
||||||
{ name: "name", type: "text", placeholder: "Ονοματεπώνυμο", required: true },
|
|
||||||
{ name: "phone", type: "tel", placeholder: "Τηλέφωνο επικοινωνίας", required: true },
|
|
||||||
]}
|
|
||||||
textarea={{ name: "message", placeholder: "Περιγράψτε το πρόβλημα της συσκευής σας", rows: 4, required: true }}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=1"
|
|
||||||
mediaPosition="right"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=2"
|
||||||
|
|||||||
Reference in New Issue
Block a user