From fa7d543419a588543101fa53ff775e12faaaefb7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:42:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e011b52..1cee76b 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, Facebook, Instagram, Youtube, TikTok, Linkedin, Pinterest } from "lucide-react"; +import { Quote, Facebook, Instagram, Youtube, Linkedin, Link } from "lucide-react"; export default function Page() { return ( @@ -132,7 +132,6 @@ export default function Page() { "ICEA Biologico IT-BIO-006", "ACCREDIA accredited", "Reg. UE 2018/848", "Analisi Lab N.45/A", "Gold Award 2024", "Superior Taste Award", "Tradizione Molise" ]} useInvertedBackground={false} - animationType="slide-up" textboxLayout="default" /> @@ -193,11 +192,10 @@ export default function Page() { { 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: Link, 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: Link, href: "https://pinterest.com/terresdelsacramento", ariaLabel: "Pinterest" } ]} - useInvertedBackground={false} />