From cb04e41d398e7cd6a26a9ad1d3699170eeb63c60 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 23:04:06 +0000 Subject: [PATCH] Update src/templates/hotel/page.tsx --- src/templates/hotel/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx index 538c388..318e9fa 100644 --- a/src/templates/hotel/page.tsx +++ b/src/templates/hotel/page.tsx @@ -1,4 +1,4 @@ -import { HeroBrand } from '@/components/sections/hero/HeroBrand'; +import HeroBrand from '@/components/sections/hero/HeroBrand'; export default function HotelPage() { return ( -- 2.49.1