Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-13 07:41:45 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Quote } from "lucide-react";
import { Quote, Facebook, Instagram, Youtube, TikTok, Linkedin, Pinterest } from "lucide-react";
export default function Page() {
return (
@@ -32,12 +32,12 @@ export default function Page() {
logoSrc="http://img.b2bpic.net/free-vector/natural-olive-oil_24877-56995.jpg"
logoAlt="Azienda Agricola Biologica D'Antuono Logo"
navItems={[
{ name: "Storia", id: "#storia" },
{ name: "Territorio", id: "#territorio" },
{ name: "Cultivar", id: "#cultivar" },
{ name: "Shop", id: "#shop" },
{ name: "Certificazioni", id: "#certificazioni" },
{ name: "Contatti", id: "#contatti" }
{ name: "Storia", id: "storia" },
{ name: "Territorio", id: "territorio" },
{ name: "Cultivar", id: "cultivar" },
{ name: "Shop", id: "shop" },
{ name: "Certificazioni", id: "certificazioni" },
{ name: "Contatti", id: "contatti" }
]}
/>
</div>
@@ -50,7 +50,6 @@ export default function Page() {
videoSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-gavi-hillside-piedmont-italy-sunset_181624-52111.jpg"
videoAriaLabel="Cinematic video of olive grove and lake"
mediaAnimation="opacity"
useInvertedBackground={false}
/>
</div>
<div id="storia" data-section="storia" className="grid md:grid-cols-2 gap-8 items-center">
@@ -191,12 +190,12 @@ export default function Page() {
logoAlt="Azienda Agricola Biologica D'Antuono Logo"
copyrightText="© 2026 D'Antuono Enrico — P.IVA [da inserire] — Privacy Policy · Cookie Policy"
socialLinks={[
{ icon: "Facebook", href: "https://facebook.com/dantuonoolio", ariaLabel: "Facebook" },
{ icon: "Instagram", href: "https://instagram.com/terresdelsacramento", ariaLabel: "Instagram" },
{ icon: "Youtube", href: "https://youtube.com/@dantuonoenrico", ariaLabel: "YouTube" },
{ icon: "TikTok", href: "https://tiktok.com/@terresdelsacramento", ariaLabel: "TikTok" },
{ icon: "Linkedin", href: "https://linkedin.com/company/dantuono", ariaLabel: "LinkedIn" },
{ icon: "Pinterest", href: "https://pinterest.com/terresdelsacramento", ariaLabel: "Pinterest" }
{ icon: Facebook, href: "https://facebook.com/dantuonoolio", ariaLabel: "Facebook" },
{ icon: Instagram, href: "https://instagram.com/terresdelsacramento", ariaLabel: "Instagram" },
{ icon: Youtube, href: "https://youtube.com/@dantuonoenrico", ariaLabel: "YouTube" },
{ icon: TikTok, href: "https://tiktok.com/@terresdelsacramento", ariaLabel: "TikTok" },
{ icon: Linkedin, href: "https://linkedin.com/company/dantuono", ariaLabel: "LinkedIn" },
{ icon: Pinterest, href: "https://pinterest.com/terresdelsacramento", ariaLabel: "Pinterest" }
]}
useInvertedBackground={false}
/>