Update src/app/page.tsx

This commit is contained in:
2026-06-13 07:42:34 +00:00
parent cb3112b817
commit fa7d543419

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, 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"
/>
</div>
@@ -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}
/>
</div>
</ThemeProvider>