Update src/app/page.tsx
This commit is contained in:
@@ -6,10 +6,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
|
||||||
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
|
||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
|
||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Leaf, TreePine } from "lucide-react";
|
import { Leaf, TreePine } from "lucide-react";
|
||||||
@@ -78,7 +74,7 @@ export default function LandscapingPage() {
|
|||||||
description="Βασίλης Παπαμιχαήλ, Γεωπόνος"
|
description="Βασίλης Παπαμιχαήλ, Γεωπόνος"
|
||||||
subdescription="Από το 2010 στην υπηρεσία σας"
|
subdescription="Από το 2010 στην υπηρεσία σας"
|
||||||
icon={TreePine}
|
icon={TreePine}
|
||||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -103,25 +99,13 @@ export default function LandscapingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||||
<div className="absolute inset-0 w-full h-full">
|
|
||||||
<video
|
|
||||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/bg-video.mp4"
|
|
||||||
autoPlay
|
|
||||||
muted
|
|
||||||
loop
|
|
||||||
playsInline
|
|
||||||
aria-hidden="true"
|
|
||||||
className="w-full h-full object-cover"
|
|
||||||
/>
|
|
||||||
<div className="absolute inset-0 bg-foreground/70" />
|
|
||||||
</div>
|
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Επικοινωνήστε μαζί μας"
|
title="Επικοινωνήστε μαζί μας"
|
||||||
description="Ίβις 2, Αμπελάκια 189 02. Τηλέφωνο: 21 0467 7918. Είμαστε ανοιχτά έως τις 6:00 μ.μ."
|
description="Ίβις 2, Αμπελάκια 189 02. Τηλέφωνο: 21 0467 7918. Είμαστε ανοιχτά έως τις 6:00 μ.μ."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
buttonText="Καλέστε μας τώρα"
|
buttonText="Καλέστε μας τώρα"
|
||||||
onSubmit={() => window.location.href = "tel:2104677918"}
|
onSubmit={(data) => window.location.href = "tel:2104677918"}
|
||||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||||
mediaWrapperClassName="hidden"
|
mediaWrapperClassName="hidden"
|
||||||
inputs={[
|
inputs={[
|
||||||
@@ -139,6 +123,7 @@ export default function LandscapingPage() {
|
|||||||
{ title: "Επικοινωνία", items: [{ label: "Ίβις 2, Αμπελάκια", href: "#" }, { label: "21 0467 7918", href: "tel:2104677918" }] },
|
{ title: "Επικοινωνία", items: [{ label: "Ίβις 2, Αμπελάκια", href: "#" }, { label: "21 0467 7918", href: "tel:2104677918" }] },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2026 Γεωπονικό Κέντρο Παπαμιχαήλ Βασίλης"
|
bottomLeftText="© 2026 Γεωπονικό Κέντρο Παπαμιχαήλ Βασίλης"
|
||||||
|
bottomRightText="Με την επιφύλαξη παντός δικαιώματος"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user