diff --git a/src/components/sections/hero/HeroVideoExpand.tsx b/src/components/sections/hero/HeroVideoExpand.tsx
index 9e47478..be1198c 100644
--- a/src/components/sections/hero/HeroVideoExpand.tsx
+++ b/src/components/sections/hero/HeroVideoExpand.tsx
@@ -1,5 +1,4 @@
import { useState, useEffect, useRef } from 'react';
-import { motion, AnimatePresence } from 'framer-motion';
import { X } from 'lucide-react';
interface HeroVideoExpandProps {
@@ -49,27 +48,22 @@ export default function HeroVideoExpand({ title, description, videoSrc, thumbnai
-
- {isOpen && (
-
+
- )}
-
+
+
+
+
+ )}
);
}
\ No newline at end of file
diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx
index 8c56463..3bb4062 100644
--- a/src/templates/hotel/page.tsx
+++ b/src/templates/hotel/page.tsx
@@ -1,135 +1,14 @@
-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 FeaturesRevealCardsBento from "@/components/sections/features/FeaturesRevealCardsBento";
-import FooterBrand from "@/components/sections/footer/FooterBrand";
-import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
-import "./theme.css";
+import HeroVideoExpand from '@/components/sections/hero/HeroVideoExpand';
-export default function HotelTemplate() {
+export default function HotelPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
);
-}
+}
\ No newline at end of file