From cb3112b817b065fbef90a7ff4e27580484c37a2d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:41:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fae26e..e011b52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> @@ -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} />
@@ -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} /> -- 2.49.1