Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
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';
|
||||||
@@ -39,17 +39,17 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
brandName="Flora Park Inn"
|
brandName="Flora Park Inn"
|
||||||
button={{ text: "Book Your Stay", href: "#contact" }}
|
button={{ text: "Book Your Stay", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
<HeroCarouselLogo
|
<HeroLogoBillboard
|
||||||
logoText="Flora Park Inn"
|
logoText="Flora Park Inn"
|
||||||
description="Experience unparalleled comfort and genuine hospitality at Flora Park Inn, where every stay is a serene escape."
|
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" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
background={{ variant: 'plain' }}
|
||||||
{ imageSrc: "https://images.unsplash.com/photo-1554203612-4d221ffdfd0d?w=800&h=600&auto=format&fit=crop&q=80", imageAlt: "Elegant interior with a floating effect" }
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ecig7xAIId1MknhwbSUmzq3NEN/uploaded-1780485054247-qu3srdru.jpg"
|
||||||
]}
|
imageAlt="Luxurious hotel room with a floating effect"
|
||||||
showDimOverlay={true}
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
className="pt-40"
|
className="pt-40"
|
||||||
|
|||||||
Reference in New Issue
Block a user