diff --git a/src/app/page.tsx b/src/app/page.tsx index b7cfbce..49614c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Zap, MapPin, Hotel, Car, Heart, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,26 +30,11 @@ export default function LandingPage() {