Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-03 11:08:24 +00:00

View File

@@ -1,16 +1,16 @@
"use client"; "use client";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from "@/components/sections/footer/FooterCard"; import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { Sparkles, Compass, Instagram, Facebook, Linkedin, Bed } from "lucide-react"; import { Sparkles, Compass, Instagram, Facebook, Linkedin, Bed } from "lucide-react";
export default function LuxuryTravelAgencyTemplatePage() { export default function LuxuryTravelAgencyTemplatePage() {
@@ -41,7 +41,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
/> />
<HeroCarouselLogo <HeroCarouselLogo
logoText="Flora Park Inn" logoText="Flora Park Inn"
description="Your Comfort Awaits at Flora Park Inn. Discover welcoming rooms, thoughtful amenities, and genuine hospitality in a serene setting. Whether you're here to relax, work, or celebrate, we're ready to make your stay unforgettable." description="Experience unparalleled comfort and genuine hospitality at Flora Park Inn, where every stay is a serene escape."
buttons={[ buttons={[
{ text: "Book Your Stay", href: "#contact" }, { text: "Book Your Stay", href: "#contact" },
{ text: "Explore Rooms", href: "#rooms" } { text: "Explore Rooms", href: "#rooms" }