From 82633fb9ed7865010a3892a3ba7aa13723f51494 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:20:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 115 +++++++++-------------------------------------- 1 file changed, 21 insertions(+), 94 deletions(-) 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"}, ]} />