Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-05-13 18:48:40 +00:00
parent 130c31a056
commit 9400852a6a

View File

@@ -39,24 +39,21 @@ export default function LuxuryTravelAgencyTemplatePage() {
brandName="PeakOcean"
button={{ text: "Plan Your Escape", href: "#contact" }}
/>
<div id="hero">
<HeroCarouselLogo
logoText="PeakOcean"
description="Immerse yourself in the world's most breathtaking horizons, from deep cinematic azure oceans to soaring 3D mountain summits with zoom-in effects."
description="Immerse yourself in the world's most breathtaking horizons, from deep azure oceans to soaring mountain summits."
buttons={[
{ text: "Start Adventure", href: "#contact" },
{ text: "View Gallery", href: "#destinations" },
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90512.jpg", imageAlt: "Cinematic 3D rendered ocean waves" },
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-photography-high-rocky-mountains-covered-with-snow-fog_181624-3044.jpg", imageAlt: "Zoomed-in majestic mountain peaks" },
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-ocean-background-which-can-be-used-add-text-sea-surface-aerial-view_1253-1618.jpg", imageAlt: "Cinematic deep ocean panorama" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-snowy-area-surrounded-by-lot-rocky-cliffs-fir-trees-dolomites_181624-13113.jpg", imageAlt: "Cinematic mountain horizon zoom" },
{ imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90512.jpg", imageAlt: "3D rendered ocean waves" },
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-photography-high-rocky-mountains-covered-with-snow-fog_181624-3044.jpg", imageAlt: "Zoomed in mountain peaks" },
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-ocean-background-which-can-be-used-add-text-sea-surface-aerial-view_1253-1618.jpg", imageAlt: "Deep ocean panorama" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-snowy-area-surrounded-by-lot-rocky-cliffs-fir-trees-dolomites_181624-13113.jpg", imageAlt: "Mountain horizon zoom" },
]}
showDimOverlay={true}
/>
</div>
<div id="about">
<InlineImageSplitTextAbout
className="pt-40"
heading={[
@@ -71,8 +68,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
]}
useInvertedBackground={false}
/>
</div>
<div id="services">
<FeatureCardOne
tag="Services"
tagIcon={Sparkles}
@@ -91,8 +86,21 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ title: "Horizon Sailing", description: "Bespoke luxury yacht journeys.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-yacht-sails-towards-sunset-water-generated-by-ai_188544-11120.jpg", imageAlt: "Sailing" }
]}
/>
</div>
<div id="destinations">
<FeatureCardNine
tag="Process"
tagIcon={Compass}
title="From Depths to Heights"
description="Your journey from the shoreline to the sky, expertly managed."
textboxLayout="default"
showStepNumbers={true}
animationType="scale-rotate"
useInvertedBackground={false}
features={[
{ title: "Defining Vision", description: "We map your desired elevation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11203.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/standing-silhouette-conquers-mountain-peak-dramatic-sky-generated-by-ai_188544-22537.jpg" } },
{ title: "Crafting Logistics", description: "Precise planning for every altitude.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/skate-ramp-park_23-2147678260.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grey-basalt-columns-near-reynisdrangar-beach-iceland_1232-4662.jpg" } },
{ title: "Seamless Ascent", description: "Enjoy the peak of your travel experience.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-10995.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-gray-black-rocky-mountains-with-sun-rays-daytime_181624-1911.jpg" } },
]}
/>
<FeatureCardMedia
tag="Destinations"
tagIcon={Plane}
@@ -110,8 +118,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ id: "6", title: "Swiss Alpine Peaks", description: "Classic high-mountain luxury.", tag: "Mountain", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-low-angle-shot-mountain-with-snow-covering-peak-sky-background_181624-4374.jpg" },
]}
/>
</div>
<div id="reviews">
<TestimonialCardFive
tag="Reviews"
tagIcon={Sparkles}
@@ -125,8 +131,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ id: "3", name: "Marco Depth", date: "Nov 2024", title: "Perfection", quote: "The perfect blend of sea and sky.", tag: "Both", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-from-back-looking-sea_1303-14409.jpg" },
]}
/>
</div>
<div id="contact">
<ContactSplitForm
title="Plan Your Summit"
description="Ready to explore the extremes? Reach out today."
@@ -141,7 +145,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ name: "trip", type: "text", placeholder: "Ocean or Mountain?" },
]}
/>
</div>
<FooterCard
logoText="PeakOcean"
copyrightText="© 2025 PeakOcean Expeditions"