diff --git a/src/app/page.tsx b/src/app/page.tsx index a28af86..2aeb47b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Utensils } from "lucide-react"; +import { Plane, Hotel, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -25,187 +25,98 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);