From 8621b1364f800609ab230ad90585335e4e2a9e9d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 14:14:28 +0000 Subject: [PATCH] Update src/templates/hotel/page.tsx --- src/templates/hotel/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx index 917d7f0..7dea390 100644 --- a/src/templates/hotel/page.tsx +++ b/src/templates/hotel/page.tsx @@ -1,14 +1,14 @@ -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarFloatingLogo from "@/components/ui/NavbarFloatingLogo"; -import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee"; -import FeaturesRevealCardsBento from "@/components/sections/features/FeaturesRevealCardsBento"; -import FeaturesArrowCards from "@/components/sections/features/FeaturesArrowCards"; -import SocialProofMarquee from "@/components/sections/social-proof/SocialProofMarquee"; -import MetricsSimpleCards from "@/components/sections/metrics/MetricsSimpleCards"; -import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards"; -import FaqSimple from "@/components/sections/faq/FaqSimple"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; +import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; +import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; +import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; +import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; +import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import FaqSimple from '@/components/sections/faq/FaqSimple'; +import ContactCta from '@/components/sections/contact/ContactCta'; +import FooterMinimal from '@/components/sections/footer/FooterMinimal'; export default function HotelPage() { return (