From 161e5872d77dac9ebc68e80e1cd2a14a98f03d09 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:26:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb18de..8bf9f51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Sparkles, Brain, Heart, Zap, Shield } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -109,6 +109,7 @@ export default function LandingPage() {