diff --git a/src/app/page.tsx b/src/app/page.tsx index e681dac..285a930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building, HelpCircle, MapPin, Star, Tag } from "lucide-react"; +import { Building, HelpCircle, MapPin, Star, Tag, Sparkles, Recycle, CreditCard, ParkingCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,29 +32,25 @@ export default function LandingPage() { @@ -63,51 +59,28 @@ export default function LandingPage() {
+
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file