2 Commits

Author SHA1 Message Date
76043a0931 Update src/app/page.tsx 2026-05-14 10:39:12 +00:00
f4a49a1ce4 Merge version_3 into main
Merge version_3 into main
2026-05-14 10:33:53 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Briefcase, Clock, Compass, ShieldCheck, Sparkles, Star, Waves } from "lucide-react";
import { Award, Sparkles, Waves } from "lucide-react";
export default function LandingPage() {
return (
@@ -67,9 +67,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
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: "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: "1", brand: "Luxury", name: "Motor Yachts", price: "$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: "Contact Us", 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: "$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" },
]}
title="Our Exclusive Fleet"
description="From sophisticated day cruisers to majestic mega yachts."