From 533cf9b94223dcbf9ebaca49acddddecf6803c35 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 12:17:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4b6d64..1548dab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Flame, Instagram, Facebook } from "lucide-react"; +import { Flame, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -56,8 +56,7 @@ export default function LandingPage() {