From dab2199f817ed30e30a7154df0688bc23d5d0ba3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:02:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42ebfb2..ffe6671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -65,9 +64,11 @@ export default function LandingPage() {