From d5106f7f10e30c5d92ae29205fc1220050204c76 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:37:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b02166..f01191c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Leaf, Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react"; +import { Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -40,10 +40,10 @@ export default function LandingPage() {