Update src/app/page.tsx

This commit is contained in:
2026-04-23 18:19:45 +00:00
parent 8bd164b800
commit ecfb237a28

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
@@ -46,14 +46,17 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroBillboardRotatedCarousel
title="Experience Unrivaled Luxury on the Open Seas"
description="Embark on a transformative, private journey designed exclusively for you, where every horizon brings unparalleled comfort and quiet serenity."
background={{ variant: "gradient-bars" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/having-drink_1098-14291.jpg", imageAlt: "Yacht experience" },
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-two-cute-people-love-drinking-champaign-vacation-smiling-enjoying-time-yacht-handsome-bearded-boyfriend-feed-girlfriend-with-strawberry-such-moments-are-precious_176420-15402.jpg", imageAlt: "Yacht lifestyle" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776968281160-r69i73u3.jpg", imageAlt: "Yacht view" }
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/having-drink_1098-14291.jpg", imageAlt: "Yacht experience" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-two-cute-people-love-drinking-champaign-vacation-smiling-enjoying-time-yacht-handsome-bearded-boyfriend-feed-girlfriend-with-strawberry-such-moments-are-precious_176420-15402.jpg", imageAlt: "Yacht lifestyle" },
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776968281160-r69i73u3.jpg", imageAlt: "Yacht view" },
{ id: "4", imageSrc: "https://img.b2bpic.net/premium-photo/man-waiter-holding-champagne-glass-tray-serving-passenger-tourist-while-luxury-catamaran-boat-sailing-ocean-summer-sunset-tropical-travel-vacation-sail-yacht-trip-concept_1411861-74.jpg", imageAlt: "Yacht service" },
{ id: "5", imageSrc: "https://img.b2bpic.net/premium-photo/confident-sea-captain-helm-luxury-yacht-with-sunset-background_86117-24114.jpg", imageAlt: "Captain view" },
{ id: "6", imageSrc: "https://img.b2bpic.net/premium-photo/caucasian-male-chef-cooking-gourmet-meal-modern-outdoor-kitchen-with-ocean-view-he-is-wearing-white-chefs-uniform-carefully-preparing-dishes-with-fresh-ingredients_402815-3377.jpg", imageAlt: "Chef work" }
]}
buttons={[{ text: "Book Now", href: "#contact" }]}
/>