Update src/app/page.tsx
This commit is contained in:
530
src/app/page.tsx
530
src/app/page.tsx
@@ -28,393 +28,167 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Adventures",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Experiences",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Una Unique Rafting"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Adventures", id: "features" },
|
||||
{ name: "Experiences", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Una Unique Rafting"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Dare to Experience Rafting Redefined"
|
||||
description="Exclusive river adventures for those who refuse ordinary. Premium safety, expert guides, unforgettable moments."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Happy Adventurers",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Safety First",
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Adventure",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1283.jpg?_wi=1"
|
||||
imageAlt="luxury white water rafting scenic river"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-sitting-rocks-by-sea-viewed-from_1153-1094.jpg",
|
||||
alt: "Couple sitting on rocks by the sea viewed from above",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-scenery-view-waterfall_23-2148922151.jpg",
|
||||
alt: "Aerial scenery view of waterfall",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ba-ho-waterfalls-cliff-jumping-khanh-hao-province-vietnam_181624-26212.jpg",
|
||||
alt: "Ba Ho Waterfalls Cliff Jumping in Khanh Hao Province, Vietnam",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-top-angle-shot-people-doing-extreme-sports-river-ina-stony-mountain_181624-37687.jpg",
|
||||
alt: "Beautiful top angle shot people doing extreme sports over a river ina stony mountain",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-walking-reading-message-phone_1262-5981.jpg",
|
||||
alt: "Businessman Walking and Reading Message on Phone",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ adventurers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "World-Class Rapids",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Wilderness Camps",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gourmet Trail Dining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert River Guides",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Safe",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Dare to Experience Rafting Redefined"
|
||||
description="Exclusive river adventures for those who refuse ordinary. Premium safety, expert guides, unforgettable moments."
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "5k+", label: "Happy Adventurers" },
|
||||
{ value: "100%", label: "Safety First" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Reserve Your Adventure", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1283.jpg"
|
||||
imageAlt="luxury white water rafting scenic river"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-sitting-rocks-by-sea-viewed-from_1153-1094.jpg", alt: "Couple sitting on rocks by the sea viewed from above" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/aerial-scenery-view-waterfall_23-2148922151.jpg", alt: "Aerial scenery view of waterfall" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/ba-ho-waterfalls-cliff-jumping-khanh-hao-province-vietnam_181624-26212.jpg", alt: "Ba Ho Waterfalls Cliff Jumping in Khanh Hao Province, Vietnam" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-top-angle-shot-people-doing-extreme-sports-river-ina-stony-mountain_181624-37687.jpg", alt: "Beautiful top angle shot people doing extreme sports over a river ina stony mountain" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-walking-reading-message-phone_1262-5981.jpg", alt: "Businessman Walking and Reading Message on Phone" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ adventurers"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "World-Class Rapids" },
|
||||
{ type: "text", text: "Luxury Wilderness Camps" },
|
||||
{ type: "text", text: "Gourmet Trail Dining" },
|
||||
{ type: "text", text: "Expert River Guides" },
|
||||
{ type: "text", text: "Certified Safe" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Luxury Meets Wild"
|
||||
description="At Una Unique Rafting, we believe adventure shouldn't come at the cost of comfort. Our curated river expeditions combine the adrenaline of world-class rapids with the refinement of premium service, creating memories that linger long after the currents settle."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-standing-by-river_23-2149882322.jpg?_wi=1"
|
||||
imageAlt="pristine mountain river scenery"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Luxury Meets Wild"
|
||||
description="At Una Unique Rafting, we believe adventure shouldn't come at the cost of comfort. Our curated river expeditions combine the adrenaline of world-class rapids with the refinement of premium service, creating memories that linger long after the currents settle."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-standing-by-river_23-2149882322.jpg"
|
||||
imageAlt="pristine mountain river scenery"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Our guides are elite river professionals ensuring safety and insight.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paddleboard_23-2149105060.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-camera_72229-1281.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1283.jpg?_wi=2",
|
||||
imageAlt: "professional rafting safety gear premium",
|
||||
},
|
||||
{
|
||||
title: "Bespoke Camping",
|
||||
description: "Experience remote river life with high-end amenities and service.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kayaking-woman-kayak-girl-paddling-water_1157-41285.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-hardened-lake-montanegro_501050-676.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-by-river_23-2149882322.jpg?_wi=2",
|
||||
imageAlt: "professional rafting safety gear premium",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Wilderness",
|
||||
description: "Culinary delights crafted trailside, satisfying the most refined tastes.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-food-table_23-2149434707.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-table_23-2149410755.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-spiti-river-near-kaza-india_181624-29225.jpg?_wi=1",
|
||||
imageAlt: "professional rafting safety gear premium",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="The Una Difference"
|
||||
description="What sets our premium adventures apart from the rest."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guidance", description: "Our guides are elite river professionals ensuring safety and insight.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paddleboard_23-2149105060.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-camera_72229-1281.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Bespoke Camping", description: "Experience remote river life with high-end amenities and service.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/kayaking-woman-kayak-girl-paddling-water_1157-41285.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-hardened-lake-montanegro_501050-676.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Gourmet Wilderness", description: "Culinary delights crafted trailside, satisfying the most refined tastes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-food-table_23-2149434707.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-table_23-2149410755.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="The Una Difference"
|
||||
description="What sets our premium adventures apart from the rest."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Day Expedition",
|
||||
price: "$450",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-spiti-river-near-kaza-india_181624-29225.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Multi-Day Journey",
|
||||
price: "$1,200",
|
||||
variant: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-love-walking-rocks-river-winter-forest_285396-2183.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Corporate Retreat",
|
||||
price: "Custom",
|
||||
variant: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-s-eve-together_23-2149144056.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sunset Rapid Run",
|
||||
price: "$550",
|
||||
variant: "Sunset",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-traveling-by-canoe_23-2149062995.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Private Explorer",
|
||||
price: "$2,500",
|
||||
variant: "Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-kayaking-river_1303-16053.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Wilderness Masterclass",
|
||||
price: "$1,800",
|
||||
variant: "Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-with-canoes-outdoors_23-2148593506.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Adventures"
|
||||
description="Choose your ideal expedition experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Day Expedition", price: "$450", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-spiti-river-near-kaza-india_181624-29225.jpg" },
|
||||
{ id: "p2", name: "Multi-Day Journey", price: "$1,200", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-love-walking-rocks-river-winter-forest_285396-2183.jpg" },
|
||||
{ id: "p3", name: "Corporate Retreat", price: "Custom", variant: "Private", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-s-eve-together_23-2149144056.jpg" },
|
||||
{ id: "p4", name: "Sunset Rapid Run", price: "$550", variant: "Sunset", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-traveling-by-canoe_23-2149062995.jpg" },
|
||||
{ id: "p5", name: "Private Explorer", price: "$2,500", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kayaking-river_1303-16053.jpg" },
|
||||
{ id: "p6", name: "Wilderness Masterclass", price: "$1,800", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-with-canoes-outdoors_23-2148593506.jpg" },
|
||||
]}
|
||||
title="Our Adventures"
|
||||
description="Choose your ideal expedition experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
date: "Jan 2024",
|
||||
title: "Incredible Service",
|
||||
quote: "The absolute pinnacle of rafting adventures. Every detail was planned to perfection.",
|
||||
tag: "Elite Trip",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-paddle-kyak_23-2148683914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1283.jpg?_wi=3",
|
||||
imageAlt: "happy adventure traveler river",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus R.",
|
||||
date: "Feb 2024",
|
||||
title: "Corporate Gold",
|
||||
quote: "Our executive team was blown away by the level of service and the thrill of the river.",
|
||||
tag: "Teambuilding",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/tourist-man-standing-trolltunga-enjoys-beautiful-view-norwegian-fjord_613910-20626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-by-river_23-2149882322.jpg?_wi=3",
|
||||
imageAlt: "happy adventure traveler river",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah P.",
|
||||
date: "Mar 2024",
|
||||
title: "Truly Unique",
|
||||
quote: "I have done many rafting trips, but this one redefined what I expect from an adventure company.",
|
||||
tag: "Explorer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/kayaking-women-kayak-girls-prepare-padding-lake_1157-41295.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paddleboard_23-2149105060.jpg?_wi=2",
|
||||
imageAlt: "happy adventure traveler river",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James L.",
|
||||
date: "Apr 2024",
|
||||
title: "Safe & Thrilling",
|
||||
quote: "Felt safe at every turn while still getting the rush I wanted. Highly recommended.",
|
||||
tag: "Day Trip",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/restful-laughing-wooman-feels-relxed-while-poses-green-ground-near-seashore-holds-surfboard_273609-18095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kayaking-woman-kayak-girl-paddling-water_1157-41285.jpg?_wi=2",
|
||||
imageAlt: "happy adventure traveler river",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena K.",
|
||||
date: "May 2024",
|
||||
title: "Best in Class",
|
||||
quote: "World class service, gourmet food, and epic rapids. I will definitely return.",
|
||||
tag: "Masterclass",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fun-canoeing-adventure-through-stunning-summer-landscape-generated-by-ai_188544-11925.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-food-table_23-2149434707.jpg?_wi=2",
|
||||
imageAlt: "happy adventure traveler river",
|
||||
},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear from the adventurers who have experienced our service."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice M.", date: "Jan 2024", title: "Incredible Service", quote: "The absolute pinnacle of rafting adventures. Every detail was planned to perfection.", tag: "Elite Trip", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-paddle-kyak_23-2148683914.jpg", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1283.jpg", imageAlt: "happy adventure traveler river" },
|
||||
{ id: "t2", name: "Marcus R.", date: "Feb 2024", title: "Corporate Gold", quote: "Our executive team was blown away by the level of service and the thrill of the river.", tag: "Teambuilding", avatarSrc: "http://img.b2bpic.net/free-photo/tourist-man-standing-trolltunga-enjoys-beautiful-view-norwegian-fjord_613910-20626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-by-river_23-2149882322.jpg", imageAlt: "happy adventure traveler river" },
|
||||
{ id: "t3", name: "Sarah P.", date: "Mar 2024", title: "Truly Unique", quote: "I have done many rafting trips, but this one redefined what I expect from an adventure company.", tag: "Explorer", avatarSrc: "http://img.b2bpic.net/free-photo/kayaking-women-kayak-girls-prepare-padding-lake_1157-41295.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paddleboard_23-2149105060.jpg", imageAlt: "happy adventure traveler river" },
|
||||
{ id: "t4", name: "James L.", date: "Apr 2024", title: "Safe & Thrilling", quote: "Felt safe at every turn while still getting the rush I wanted. Highly recommended.", tag: "Day Trip", avatarSrc: "http://img.b2bpic.net/free-photo/restful-laughing-wooman-feels-relxed-while-poses-green-ground-near-seashore-holds-surfboard_273609-18095.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kayaking-woman-kayak-girl-paddling-water_1157-41285.jpg", imageAlt: "happy adventure traveler river" },
|
||||
{ id: "t5", name: "Elena K.", date: "May 2024", title: "Best in Class", quote: "World class service, gourmet food, and epic rapids. I will definitely return.", tag: "Masterclass", avatarSrc: "http://img.b2bpic.net/free-photo/fun-canoeing-adventure-through-stunning-summer-landscape-generated-by-ai_188544-11925.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-food-table_23-2149434707.jpg", imageAlt: "happy adventure traveler river" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear from the adventurers who have experienced our service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What should I bring?",
|
||||
content: "We provide a comprehensive packing list tailored to the specific trip you choose upon booking.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is previous experience required?",
|
||||
content: "Our guides customize the rapids to your group’s comfort level, so all skill levels are welcome.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I secure my date?",
|
||||
content: "A deposit secures your booking through our online reservation system.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Common questions regarding your adventure journey."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What should I bring?", content: "We provide a comprehensive packing list tailored to the specific trip you choose upon booking." },
|
||||
{ id: "f2", title: "Is previous experience required?", content: "Our guides customize the rapids to your group’s comfort level, so all skill levels are welcome." },
|
||||
{ id: "f3", title: "How do I secure my date?", content: "A deposit secures your booking through our online reservation system." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Common questions regarding your adventure journey."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Adventure Mag",
|
||||
"River Experts",
|
||||
"Luxury Rafting Co.",
|
||||
"Eco Explorers",
|
||||
"Travel Elite",
|
||||
"Outdoor Network",
|
||||
"Rafting Authority",
|
||||
]}
|
||||
title="Recognized Excellence"
|
||||
description="Trusted by premium travel publications and industry leaders."
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={["Adventure Mag", "River Experts", "Luxury Rafting Co.", "Eco Explorers", "Travel Elite", "Outdoor Network", "Rafting Authority"]}
|
||||
title="Recognized Excellence"
|
||||
description="Trusted by premium travel publications and industry leaders."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Booking"
|
||||
title="Ready to Start?"
|
||||
description="Join our newsletter for exclusive adventure updates and premium seasonal packages."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Booking"
|
||||
title="Ready to Start?"
|
||||
description="Join our newsletter for exclusive adventure updates and premium seasonal packages."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Una Unique Rafting"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Una Unique Rafting"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user