From ce430c0f4e96ae01fb80eab251a1e40e58fb0717 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:43:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43b44b9..b97c80d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Facebook, Instagram, Phone, Mail } from "lucide-react"; +import { Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -146,17 +146,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1