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} />