From 14dae8082d4e1decc274c9cf3ab382a09ee5b241 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:03:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96fb659..4d83a2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { MessageCircle, ShoppingBag, Star, Zap, Award, Shield, Moon, Sun, User, Heart, Settings } from "lucide-react"; +import { MessageCircle, ShoppingBag, Star, Zap, Award, Shield } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1