Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-09 09:17:02 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -29,34 +29,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Services", id: "services"},
{
name: "Reviews", id: "testimonials"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="HERA SAILING"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
<HeroCarouselLogo
logoText="HERA SAILING"
description="Experience the ultimate yachting adventure in Antalya. From private boat charters to premium fishing and diving tours, our expert team ensures an unforgettable journey along the Turkish Riviera."
buttons={[
{
text: "Book Your Tour", href: "#contact"},
{
text: "View Services", href: "#services"},
{ text: "Book Your Tour", href: "#contact" },
{ text: "View Services", href: "#services" },
]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1775726198164-2kotdub4.jpg", imageAlt: "Hera Sailing Yacht 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1775726198164-amu4doxt.jpg", imageAlt: "Hera Sailing Yacht 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1775726198164-ie5g98px.jpg", imageAlt: "Hera Sailing Yacht 3" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg?_wi=1"
imageAlt="Luxury yacht charter in Kemer Antalya"
/>
</div>
@@ -65,10 +60,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Your Trusted Yacht Charter Partner in Antalya"
buttons={[
{
text: "Learn More", href: "#contact"},
{ text: "Learn More", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
</div>
@@ -80,33 +73,23 @@ export default function LandingPage() {
features={[
{
title: "Private Yacht Charters", description: "Personalized sailing and motor yacht charters for families, groups, or romantic getaways along the breathtaking Turkish coast.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-home-ocean-architecture-lounge_1203-4450.jpg", imageAlt: "Luxury motor yacht charter"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1775726198164-41ioocnq.jpg", imageAlt: "Private Yacht"
},
items: [
{
icon: Anchor,
text: "Experienced Crew"},
{
icon: Ship,
text: "Private Routes"},
{
icon: Sun,
text: "Custom Itineraries"},
{ icon: Anchor, text: "Experienced Crew" },
{ icon: Ship, text: "Private Routes" },
{ icon: Sun, text: "Custom Itineraries" },
],
reverse: false,
},
{
title: "Adventure Tours", description: "Explore hidden coves, dive into clear blue waters, or try your hand at fishing with our guided specialty tours.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg?_wi=2", imageAlt: "Diving and fishing tours"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1775726198164-wwhyb467.jpg", imageAlt: "Adventure Tour"
},
items: [
{
icon: Waves,
text: "Diving Tours"},
{
icon: Fish,
text: "Fishing Expeditions"},
{
icon: LifeBuoy,
text: "Safety Equipment"},
{ icon: Waves, text: "Diving Tours" },
{ icon: Fish, text: "Fishing Expeditions" },
{ icon: LifeBuoy, text: "Safety Equipment" },
],
reverse: true,
},
@@ -123,21 +106,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Ieva Buža", role: "Traveler", company: "Happy Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-with-backpack-city-park_613910-11363.jpg"},
{
id: "2", name: "Holly Marie", role: "Traveler", company: "Happy Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-woman-beach-windy-day-sunset-warm-light_343596-928.jpg"},
{
id: "3", name: "Andrey Petrov", role: "Traveler", company: "Happy Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-handsome-bearded-guy-with-fashionable-hairstyle-smiling_176420-15752.jpg"},
{
id: "4", name: "Meera Martus", role: "Traveler", company: "Happy Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-ladder_23-2147670423.jpg"},
{
id: "5", name: "Happy Guest", role: "Traveler", company: "Happy Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-traveler-looking-calm-seascape_23-2148148645.jpg"},
{ id: "1", name: "Ieva Buža", role: "Traveler", company: "Happy Guest", rating: 5 },
{ id: "2", name: "Holly Marie", role: "Traveler", company: "Happy Guest", rating: 5 },
{ id: "3", name: "Andrey Petrov", role: "Traveler", company: "Happy Guest", rating: 5 },
]}
title="What Our Clients Say"
description="Join hundreds of happy guests who have enjoyed the HERA SAILING experience."
@@ -147,12 +118,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "cell-wave"}}
background={{ variant: "cell-wave" }}
tag="Book Now"
title="Start Your Yachting Journey"
description="Ready for your dream vacation on the sea? Contact us today to organize your private tour in Antalya."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-shot-sailboats-sea-pink-sky_181624-2782.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -163,20 +132,15 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
{
label: "Yacht Charter", href: "#services"},
{
label: "Boat Tours", href: "#services"},
{
label: "Fishing Tours", href: "#services"},
{ label: "Yacht Charter", href: "#services" },
{ label: "Boat Tours", href: "#services" },
{ label: "Fishing Tours", href: "#services" },
],
},
{
title: "Contact", items: [
{
label: "Kemer Marina, Antalya", href: "#"},
{
label: "0532 221 76 65", href: "tel:05322217665"},
{ label: "Kemer Marina, Antalya", href: "#" },
{ label: "0532 221 76 65", href: "tel:05322217665" },
],
},
]}
@@ -186,4 +150,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}