From d8475e6d5b583df306626b6483506ce781712dd9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:16:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 106 ++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4f721e..ac81bc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
-
@@ -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" /> @@ -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() {
@@ -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() { ); -} +} \ No newline at end of file -- 2.49.1