diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx index c7f35ec..fb4e3ed 100644 --- a/src/templates/hotel/page.tsx +++ b/src/templates/hotel/page.tsx @@ -1,136 +1,92 @@ -import { ReactLenis } from "lenis/react"; -import { motion } from "motion/react"; -import { StyleProvider } from "@/components/ui/StyleProvider"; -import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; -import NavbarFullscreen from "@/components/ui/NavbarFullscreen"; -import HeroVideoExpand from "@/components/sections/hero/HeroVideoExpand"; -import AboutParallax from "@/components/sections/about/AboutParallax"; -import FeaturesAttributeCards from "@/components/sections/features/FeaturesAttributeCards"; -import FeaturesMediaGrid from "@/components/sections/features/FeaturesMediaGrid"; -import FeaturesRevealCardsBentoSharp from "@/components/sections/features/FeaturesRevealCardsBentoSharp"; -import FooterBrand from "@/components/sections/footer/FooterBrand"; -import ContactSplitFormSharp from "@/components/sections/contact/ContactSplitFormSharp"; -import "./theme.css"; +import React from 'react'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; +import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; +import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; +import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; +import ContactCta from '@/components/sections/contact/ContactCta'; -export default function HotelTemplate() { +export default function HotelPage() { return ( - - - - - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
-
- -
- -
- - +
+ +
+
+ +
+
+ - - +
+
+ +
+
+ +
+
+ +
+
+ +
+ ); -} +} \ No newline at end of file