Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-24 14:14:08 +00:00

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import Link from "next/link";
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -23,136 +23,62 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Αρχική",
id: "/",
},
{
name: "Υπηρεσίες",
id: "/services",
},
{
name: "Σχετικά",
id: "/about",
},
{
name: "Επικοινωνία",
id: "/contact",
},
]}
brandName="Υδροκλίμα Μακρής"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Αρχική", id: "/" },
{ name: "Υπηρεσίες", id: "/services" },
{ name: "Σχετικά", id: "/about" },
{ name: "Επικοινωνία", id: "/contact" },
]}
brandName="Υδροκλίμα Μακρής"
/>
</div>
<div id="about-page" data-section="about-page">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Σχετικά με εμάς",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg",
alt: "Υδραυλικός Μακρής",
},
]}
/>
</div>
<div id="about-page" data-section="about-page">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "Σχετικά με εμάς" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg", alt: "Υδραυλικός Μακρής" },
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Η Ομάδα Μας"
description="Άρτια εκπαιδευμένοι τεχνικοί στη διάθεσή σας."
groups={[
{
id: "t1",
groupTitle: "Κεντρική Διοίκηση",
members: [
{
id: "tm1",
title: "Γιώργος Μακρής",
subtitle: "Επικεφαλής Τεχνικός",
detail: "Με πάνω από 15 χρόνια εμπειρίας στον κλάδο.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg",
},
{
id: "tm2",
title: "Μαρία Παπαδοπούλου",
subtitle: "Υπεύθυνη Εξυπηρέτησης",
detail: "Η πρώτη γραμμή επικοινωνίας για κάθε ανάγκη σας.",
imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-11121.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/apartment-modern-domestic-bathroom-running_1203-6269.jpg?_wi=2",
imageAlt: "Portrait of happy black auto mechanic in a workshop",
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Η Ομάδα Μας"
description="Άρτια εκπαιδευμένοι τεχνικοί στη διάθεσή σας."
groups={[
{
id: "t1", groupTitle: "Κεντρική Διοίκηση", members: [
{
id: "tm1", title: "Γιώργος Μακρής", subtitle: "Επικεφαλής Τεχνικός", detail: "Με πάνω από 15 χρόνια εμπειρίας στον κλάδο.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg"},
{
id: "tm2", title: "Μαρία Παπαδοπούλου", subtitle: "Υπεύθυνη Εξυπηρέτησης", detail: "Η πρώτη γραμμή επικοινωνίας για κάθε ανάγκη σας.", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-11121.jpg"},
],
},
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Πιστοποιημένη Ποιότητα"
description="Κάθε έργο μας συνοδεύεται από εγγύηση καλής λειτουργίας."
metrics={[
{
value: "100%",
title: "Ικανοποίηση",
},
{
value: "5000+",
title: "Έργα",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Υπηρεσίες",
items: [
{
label: "Υδραυλικά",
href: "#",
},
{
label: "Θέρμανση",
href: "#",
},
],
},
{
title: "Επικοινωνία",
items: [
{
label: "6987713950",
href: "tel:6987713950",
},
{
label: "Ανδριτσαίνης 48, Γαλάτσι",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Υδροκλίμα Μακρής"
bottomRightText="Όλα τα δικαιώματα διατηρούνται."
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Πιστοποιημένη Ποιότητα"
description="Κάθε έργο μας συνοδεύεται από εγγύηση καλής λειτουργίας."
metrics={[
{ value: "100%", title: "Ικανοποίηση" },
{ value: "5000+", title: "Έργα" },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
</ReactLenis>
</ThemeProvider>
);