diff --git a/src/app/page.tsx b/src/app/page.tsx index e42bf7b..1d50857 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; -import { Sparkles, Heart, Award, Star, HelpCircle, Mail, Instagram, Facebook, Twitter, Pinterest } from "lucide-react"; +import { Sparkles, Heart, Award, Star, HelpCircle, Mail, Instagram, Facebook, Twitter } from "lucide-react"; export default function SweetDreamPage() { return ( @@ -380,8 +380,7 @@ export default function SweetDreamPage() { socialLinks={[ { icon: Instagram, href: "https://instagram.com/sweetdreamchocolates", ariaLabel: "Instagram" }, { icon: Facebook, href: "https://facebook.com/sweetdreamchocolates", ariaLabel: "Facebook" }, - { icon: Twitter, href: "https://twitter.com/sweetdream_co", ariaLabel: "Twitter" }, - { icon: Pinterest, href: "https://pinterest.com/sweetdreamchocolates", ariaLabel: "Pinterest" } + { icon: Twitter, href: "https://twitter.com/sweetdream_co", ariaLabel: "Twitter" } ]} className="border-t border-accent" containerClassName="max-w-7xl mx-auto"