diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d2cfa7..1137a95 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 } from "lucide-react"; +import { MessageCircle, ShoppingBag, Star, Zap, Award, Shield, Moon, Sun, User, Heart, Settings } from "lucide-react"; export default function LandingPage() { return (