diff --git a/src/app/page.tsx b/src/app/page.tsx index b5395b1..3731fc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,8 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="grid" - cardStyle="layered-gradient" + background="floatingGradient" + cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" headingFontWeight="medium" @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,79 +48,50 @@ export default function LandingPage() {
@@ -141,59 +104,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Luxury", - name: "Motor Yachts", - price: "From $500", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-fast-water-vehicle_23-2151048089.jpg?_wi=1", - }, + id: "1", brand: "Luxury", name: "Motor Yachts", price: "From $500", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-fast-water-vehicle_23-2151048089.jpg?_wi=1"}, { - id: "2", - brand: "Exclusive", - name: "Mega Yachts", - price: "From $2000", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg?_wi=1", - }, + id: "2", brand: "Exclusive", name: "Mega Yachts", price: "From $2000", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg?_wi=1"}, { - id: "3", - brand: "VIP", - name: "VIP Yachts", - price: "From $1200", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=1", - }, + id: "3", brand: "VIP", name: "VIP Yachts", price: "From $1200", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=1"}, { - id: "4", - brand: "Lifestyle", - name: "Party Yachts", - price: "From $800", - rating: 4, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/successful-stylish-man-dressed-modern-elegant-clothes-sitting-table-outdoor-cafe-against-background-city-wharf_613910-21036.jpg?_wi=1", - }, + id: "4", brand: "Lifestyle", name: "Party Yachts", price: "From $800", rating: 4, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/successful-stylish-man-dressed-modern-elegant-clothes-sitting-table-outdoor-cafe-against-background-city-wharf_613910-21036.jpg?_wi=1"}, { - id: "5", - brand: "Casual", - name: "Daily Charters", - price: "From $300", - rating: 5, - reviewCount: "40", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-roundhouse-park-by-water-captured-toronto-canada_181624-18490.jpg", - }, + id: "5", brand: "Casual", name: "Daily Charters", price: "From $300", rating: 5, + reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-roundhouse-park-by-water-captured-toronto-canada_181624-18490.jpg"}, { - id: "6", - brand: "Extended", - name: "Weekly Charters", - price: "From $5000", - rating: 5, - reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-photo/marine-parking-boats-yachts-turkey-yacht-docked-sea-port_158595-6950.jpg", - }, + id: "6", brand: "Extended", name: "Weekly Charters", price: "From $5000", rating: 5, + reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/marine-parking-boats-yachts-turkey-yacht-docked-sea-port_158595-6950.jpg"}, ]} title="Our Exclusive Fleet" description="From sophisticated day cruisers to majestic mega yachts." @@ -208,34 +135,22 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Yacht Weddings", - description: "Unforgettable ceremonies with a stunning sea backdrop.", - }, + title: "Yacht Weddings", description: "Unforgettable ceremonies with a stunning sea backdrop."}, { icon: Award, - title: "Birthday Parties", - description: "Celebrate in style with full DJ setups and catering.", - }, + title: "Birthday Parties", description: "Celebrate in style with full DJ setups and catering."}, { icon: Waves, - title: "Sunset Cruises", - description: "Experience the magic of Turkish sunsets on water.", - }, + title: "Sunset Cruises", description: "Experience the magic of Turkish sunsets on water."}, { icon: Star, - title: "Marriage Proposals", - description: "Create the perfect moment on private waters.", - }, + title: "Marriage Proposals", description: "Create the perfect moment on private waters."}, { icon: Briefcase, - title: "Corporate Events", - description: "Impress your partners with exclusive yacht meetings.", - }, + title: "Corporate Events", description: "Impress your partners with exclusive yacht meetings."}, { icon: Compass, - title: "VIP Transfers", - description: "Seamless transition from airport to your private yacht.", - }, + title: "VIP Transfers", description: "Seamless transition from airport to your private yacht."}, ]} title="Luxury Experiences & Services" description="Custom curated events on the Mediterranean sea." @@ -249,20 +164,11 @@ export default function LandingPage() { tag="Performance" metrics={[ { - id: "m1", - value: "98%", - description: "Client Satisfaction", - }, + id: "m1", value: "98%", description: "Client Satisfaction"}, { - id: "m2", - value: "450+", - description: "Successfully Hosted Events", - }, + id: "m2", value: "450+", description: "Successfully Hosted Events"}, { - id: "m3", - value: "24/7", - description: "Concierge Support", - }, + id: "m3", value: "24/7", description: "Concierge Support"}, ]} metricsAnimation="blur-reveal" /> @@ -274,60 +180,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Johnson", - date: "Oct 2023", - title: "Unforgettable", - quote: "The best experience on the Aegean sea.", - tag: "Wedding", - avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cocktails_1157-8896.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/boats-south-atlantic-ocean-near-shore-florianopolis-brazil_181624-55870.jpg?_wi=2", - imageAlt: "happy yacht client portrait", - }, + id: "t1", name: "Sarah Johnson", date: "Oct 2023", title: "Unforgettable", quote: "The best experience on the Aegean sea.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cocktails_1157-8896.jpg", imageSrc: "http://img.b2bpic.net/free-photo/boats-south-atlantic-ocean-near-shore-florianopolis-brazil_181624-55870.jpg?_wi=2", imageAlt: "happy yacht client portrait"}, { - id: "t2", - name: "Michael Chen", - date: "Sep 2023", - title: "Luxury defined", - quote: "Top-tier crew and stunning vessel.", - tag: "Holiday", - avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-655.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-fast-water-vehicle_23-2151048089.jpg?_wi=2", - imageAlt: "happy yacht client portrait", - }, + id: "t2", name: "Michael Chen", date: "Sep 2023", title: "Luxury defined", quote: "Top-tier crew and stunning vessel.", tag: "Holiday", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-fast-water-vehicle_23-2151048089.jpg?_wi=2", imageAlt: "happy yacht client portrait"}, { - id: "t3", - name: "Elena Rossi", - date: "Aug 2023", - title: "Perfect sunset", - quote: "The sunset cruise was pure magic.", - tag: "Couple", - avatarSrc: "http://img.b2bpic.net/free-photo/tourist-with-binoculars_1385-2747.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg?_wi=2", - imageAlt: "happy yacht client portrait", - }, + id: "t3", name: "Elena Rossi", date: "Aug 2023", title: "Perfect sunset", quote: "The sunset cruise was pure magic.", tag: "Couple", avatarSrc: "http://img.b2bpic.net/free-photo/tourist-with-binoculars_1385-2747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg?_wi=2", imageAlt: "happy yacht client portrait"}, { - id: "t4", - name: "David Smith", - date: "Jul 2023", - title: "Professional", - quote: "Everything went smoothly and elegantly.", - tag: "Corporate", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=2", - imageAlt: "happy yacht client portrait", - }, + id: "t4", name: "David Smith", date: "Jul 2023", title: "Professional", quote: "Everything went smoothly and elegantly.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=2", imageAlt: "happy yacht client portrait"}, { - id: "t5", - name: "Amina Al-Farsi", - date: "Jun 2023", - title: "Exceptional", - quote: "Best hospitality I have received in Turkey.", - tag: "Vacation", - avatarSrc: "http://img.b2bpic.net/free-photo/two-smiling-sisters-looking-camera-doing-frame-by-hands_624325-3173.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/successful-stylish-man-dressed-modern-elegant-clothes-sitting-table-outdoor-cafe-against-background-city-wharf_613910-21036.jpg?_wi=2", - imageAlt: "happy yacht client portrait", - }, + id: "t5", name: "Amina Al-Farsi", date: "Jun 2023", title: "Exceptional", quote: "Best hospitality I have received in Turkey.", tag: "Vacation", avatarSrc: "http://img.b2bpic.net/free-photo/two-smiling-sisters-looking-camera-doing-frame-by-hands_624325-3173.jpg", imageSrc: "http://img.b2bpic.net/free-photo/successful-stylish-man-dressed-modern-elegant-clothes-sitting-table-outdoor-cafe-against-background-city-wharf_613910-21036.jpg?_wi=2", imageAlt: "happy yacht client portrait"}, ]} title="Client Reviews" description="What our guests say about Best Yachts." @@ -340,25 +201,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What's included in the charter?", - content: "Our charters include captain, crew, fuel, and premium amenities.", - }, + id: "f1", title: "What's included in the charter?", content: "Our charters include captain, crew, fuel, and premium amenities."}, { - id: "f2", - title: "Can I request catering?", - content: "Yes, we offer premium catering packages for all yacht types.", - }, + id: "f2", title: "Can I request catering?", content: "Yes, we offer premium catering packages for all yacht types."}, { - id: "f3", - title: "Where is Teos Marina?", - content: "Located in Seferihisar, İzmir, Turkey. Perfect access to nearby islands.", - }, + id: "f3", title: "Where is Teos Marina?", content: "Located in Seferihisar, İzmir, Turkey. Perfect access to nearby islands."}, { - id: "f4", - title: "How do I book?", - content: "Use our booking form here or reach out via WhatsApp 24/7.", - }, + id: "f4", title: "How do I book?", content: "Use our booking form here or reach out via WhatsApp 24/7."}, ]} imageSrc="http://img.b2bpic.net/free-photo/details-yacht-deck-reflection-sky_72229-283.jpg" mediaAnimation="slide-up" @@ -373,14 +222,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Teos Marina", - "Aegean Yachting", - "Riviera Luxury", - "Marine Experts", - "Turkish Yacht Council", - "International Maritime", - "VIP Cruises", - ]} + "Teos Marina", "Aegean Yachting", "Riviera Luxury", "Marine Experts", "Turkish Yacht Council", "International Maritime", "VIP Cruises"]} title="Trusted Partners" description="Collaborating with premium marine brands and local marinas." /> @@ -390,8 +232,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file