diff --git a/src/app/page.tsx b/src/app/page.tsx index 7458c77..f2b6064 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { MapPin, Car, Wifi, ShieldCheck, Coffee, ParkingSquare, Bus, Shirt, Tv, Snowflake, DoorOpen } from "lucide-react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; @@ -12,7 +13,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Car, Coffee, MapPin, ShieldCheck, Snowflake, Tv, Wifi } from "lucide-react"; export default function LandingPage() { return ( @@ -29,476 +29,184 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);