Update src/app/page.tsx
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
@@ -40,21 +39,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Luxuria"
|
||||
description="Experience the world's most extraordinary destinations with our bespoke luxury travel experiences curated just for you."
|
||||
buttons={[
|
||||
{ text: "Plan Your Journey", href: "/booking" },
|
||||
{ text: "Explore Destinations", href: "#destinations" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero1.webp", imageAlt: "Luxury resort" },
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero2.webp", imageAlt: "Private yacht" },
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero3.jpg", imageAlt: "Private yacht" },
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero4.jpg", imageAlt: "Private yacht" },
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
heading={[
|
||||
@@ -126,6 +110,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
description="What our guests are saying about their experiences"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Victoria Sterling", role: "Traveler", testimonial: "Luxuria transformed our anniversary trip into something truly magical. Every detail was perfect.", icon: Sparkles },
|
||||
{ id: "2", name: "James & Elizabeth Moore", role: "Honeymooners", testimonial: "Our safari honeymoon was nothing short of extraordinary. The lodges were spectacular.", icon: Sparkles },
|
||||
|
||||
Reference in New Issue
Block a user