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 TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
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 FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Leaf, TreePine } from "lucide-react";
|
||||
@@ -78,7 +74,7 @@ export default function LandscapingPage() {
|
||||
description="Βασίλης Παπαμιχαήλ, Γεωπόνος"
|
||||
subdescription="Από το 2010 στην υπηρεσία σας"
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -103,25 +99,13 @@ export default function LandscapingPage() {
|
||||
</div>
|
||||
|
||||
<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
|
||||
title="Επικοινωνήστε μαζί μας"
|
||||
description="Ίβις 2, Αμπελάκια 189 02. Τηλέφωνο: 21 0467 7918. Είμαστε ανοιχτά έως τις 6:00 μ.μ."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
buttonText="Καλέστε μας τώρα"
|
||||
onSubmit={() => window.location.href = "tel:2104677918"}
|
||||
onSubmit={(data) => window.location.href = "tel:2104677918"}
|
||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||
mediaWrapperClassName="hidden"
|
||||
inputs={[
|
||||
@@ -139,6 +123,7 @@ export default function LandscapingPage() {
|
||||
{ title: "Επικοινωνία", items: [{ label: "Ίβις 2, Αμπελάκια", href: "#" }, { label: "21 0467 7918", href: "tel:2104677918" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Γεωπονικό Κέντρο Παπαμιχαήλ Βασίλης"
|
||||
bottomRightText="Με την επιφύλαξη παντός δικαιώματος"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user