Merge version_1 into main #2
148
src/app/page.tsx
148
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Fish, LifeBuoy, Sun, Waves } from "lucide-react";
|
||||
import { Fish, LifeBuoy, Sun, Waves, Anchor, Ship } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="HERA SAILING"
|
||||
/>
|
||||
@@ -60,16 +50,12 @@ export default function LandingPage() {
|
||||
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: "Book Your Tour", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg"
|
||||
imageAlt="Luxury yacht charter in Kemer Antalya"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,9 +66,7 @@ export default function LandingPage() {
|
||||
title="Your Trusted Yacht Charter Partner in Antalya"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -95,54 +79,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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?_wi=1",
|
||||
imageAlt: "Luxury motor yacht charter",
|
||||
},
|
||||
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"},
|
||||
items: [
|
||||
{
|
||||
icon: Anchor,
|
||||
text: "Experienced Crew",
|
||||
},
|
||||
text: "Experienced Crew"},
|
||||
{
|
||||
icon: Ship,
|
||||
text: "Private Routes",
|
||||
},
|
||||
text: "Private Routes"},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Custom Itineraries",
|
||||
},
|
||||
text: "Custom Itineraries"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg?_wi=2",
|
||||
imageAlt: "luxury yacht sailing mediterranean sea",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Diving and fishing tours",
|
||||
},
|
||||
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", imageAlt: "Diving and fishing tours"},
|
||||
items: [
|
||||
{
|
||||
icon: Waves,
|
||||
text: "Diving Tours",
|
||||
},
|
||||
text: "Diving Tours"},
|
||||
{
|
||||
icon: Fish,
|
||||
text: "Fishing Expeditions",
|
||||
},
|
||||
text: "Fishing Expeditions"},
|
||||
{
|
||||
icon: LifeBuoy,
|
||||
text: "Safety Equipment",
|
||||
},
|
||||
text: "Safety Equipment"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-home-ocean-architecture-lounge_1203-4450.jpg?_wi=2",
|
||||
imageAlt: "luxury motor yacht interior design",
|
||||
},
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
@@ -158,45 +124,20 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Join hundreds of happy guests who have enjoyed the HERA SAILING experience."
|
||||
@@ -207,8 +148,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
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."
|
||||
@@ -222,33 +162,21 @@ export default function LandingPage() {
|
||||
logoText="HERA SAILING"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Yacht Charter",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Yacht Charter", href: "#services"},
|
||||
{
|
||||
label: "Boat Tours",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Boat Tours", href: "#services"},
|
||||
{
|
||||
label: "Fishing Tours",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Fishing Tours", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Kemer Marina, Antalya",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kemer Marina, Antalya", href: "#"},
|
||||
{
|
||||
label: "0532 221 76 65",
|
||||
href: "tel:05322217665",
|
||||
},
|
||||
label: "0532 221 76 65", href: "tel:05322217665"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user