diff --git a/src/app/page.tsx b/src/app/page.tsx index e83cb52..f7781b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,285 +1,116 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react"; +import { Sparkles, Compass, MapPin } from "lucide-react"; -export default function LuxuryTravelAgencyTemplatePage() { +export default function LuxuryTravelAgencyPage() { return ( - - - - - - - - - + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file