diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e84e95..01992f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Facebook, Flame, Instagram, MapPin } from "lucide-react"; +import { Facebook, Instagram, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -197,14 +128,10 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Follow us on Facebook", - }, + href: "#", ariaLabel: "Follow us on Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Follow us on Instagram", - }, + href: "#", ariaLabel: "Follow us on Instagram"}, ]} />