From 65221a776c7031607c47940d41218ad5b388c2ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:16:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 337fd7a..1cdabff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Leaf, Award, MapPin, Phone } from "lucide-react"; +import { Award } from "lucide-react"; export default function LandingPage() { return ( @@ -64,6 +64,7 @@ export default function LandingPage() {
@@ -96,6 +100,7 @@ export default function LandingPage() {