Merge version_1_1782051039095 into main

Merge version_1_1782051039095 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-21 14:14:31 +00:00

View File

@@ -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 (