From 64625be97cdab7376425dc60872238da6326cda8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 07:39:29 +0000 Subject: [PATCH 1/2] Update src/components/sections/hero/HeroExpand.tsx --- src/components/sections/hero/HeroExpand.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/hero/HeroExpand.tsx b/src/components/sections/hero/HeroExpand.tsx index 425023d..42f685c 100644 --- a/src/components/sections/hero/HeroExpand.tsx +++ b/src/components/sections/hero/HeroExpand.tsx @@ -14,4 +14,4 @@ export default function HeroExpand({ onComplete }: HeroExpandProps) { }, [onComplete]); return
; -} +} \ No newline at end of file -- 2.49.1 From a13d5c73fa82b6c1653eabf1102e507ce0258b16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 07:39:30 +0000 Subject: [PATCH 2/2] Update src/templates/hotel/page.tsx --- src/templates/hotel/page.tsx | 146 ++++------------------------------- 1 file changed, 14 insertions(+), 132 deletions(-) diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx index a292581..81ecf27 100644 --- a/src/templates/hotel/page.tsx +++ b/src/templates/hotel/page.tsx @@ -1,135 +1,17 @@ -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 HeroExpand from "@/components/sections/hero/HeroExpand"; -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 HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import { ThemeProvider } from "@/components/ui/StyleProvider"; -export default function HotelTemplate() { +export default function HotelPage() { return ( - - - - - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
-
- -
- -
- - -
-
+ + + ); -} +} \ No newline at end of file -- 2.49.1