diff --git a/src/app/page.tsx b/src/app/page.tsx index ae4f035..0240c3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Clock, Layers, Star } from "lucide-react"; +import { Award, Clock, Layers, Star, Zap, Heart, Sparkles, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -299,53 +155,9 @@ export default function LandingPage() {