Merge version_3 into main #7
@@ -2,15 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Leaf, Award, MapPin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -110,42 +111,35 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricCardSeven
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Custodi della terra"
|
||||
description="La nostra missione è preservare l'integrità del prodotto."
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
metricsAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Filiera", items: ["Biologico Certificato", "Coltivazione etica"] },
|
||||
{ id: "m2", value: "20+", title: "Esperienza", items: ["Anni di storia", "Tradizione familiare"] },
|
||||
{ id: "m3", value: "KM 0", title: "Territorio", items: ["Produzione locale", "Rispetto ambientale"] },
|
||||
{ icon: Leaf, label: "Filiera", value: "100% Bio" },
|
||||
{ icon: Award, label: "Qualità", value: "Certificata" },
|
||||
{ icon: MapPin, label: "Origine", value: "Maremma" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
title="Contattaci"
|
||||
description="Vieni a scoprire il vero sapore della Maremma. Siamo a Manciano, località Grottini."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Nome", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
title="Scopri il sapore"
|
||||
description="Contattaci per una degustazione privata in azienda."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaPosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lb6yrz"
|
||||
imageAlt="rustic stone villa manciano"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterCard
|
||||
logoText="Scovaventi"
|
||||
columns={[
|
||||
{ title: "Azienda", items: [{ label: "Chi siamo", href: "#about" }, { label: "Prodotti", href: "#products" }] },
|
||||
{ title: "Contatti", items: [{ label: "Email", href: "mailto:info@scovaventi.it" }, { label: "Telefono", href: "tel:+390564123456" }] },
|
||||
{ title: "Legale", items: [{ label: "Privacy Policy", href: "#" }, { label: "Termini e Condizioni", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | Scovaventi S.r.l."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user