Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-04-06 10:06:20 +00:00

View File

@@ -8,7 +8,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Zap } from "lucide-react";
export default function LandingPage() {
@@ -32,7 +31,6 @@ export default function LandingPage() {
{ name: "Αρχική", id: "hero" },
{ name: "Υπηρεσίες", id: "services" },
{ name: "Γιατί εμάς", id: "why" },
{ name: "Επικοινωνία", id: "contact" },
]}
brandName="ΨΥΚΤΙΚΟΣ"
button={{ text: "Καλέστε τώρα", href: "tel:6977689296" }}
@@ -93,41 +91,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Ο κ. Νίκος είναι επαγγελματίας από τους λίγους! Ήρθε άμεσα, βρήκε το πρόβλημα στο ψυγείο μου και το έφτιαξε σε λιγότερο από μία ώρα. Τον συστήνω ανεπιφύλακτα."
rating={5}
author="Γιώργος Παπαδόπουλος"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Πελάτης 1" },
{ src: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg", alt: "Πελάτης 2" },
{ src: "http://img.b2bpic.net/free-photo/people-positiveness-happiness-concept-glad-smiling-male-teenager-wears-big-spectacles-being-happy_273609-8656.jpg", alt: "Πελάτης 3" },
{ src: "http://img.b2bpic.net/free-photo/girl-casualwear_1098-13407.jpg", alt: "Πελάτης 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.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"
buttonText=""
className="hidden-button"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=2"
@@ -152,4 +115,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}