Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 322a3f51bd | |||
| 76043a0931 | |||
| f4a49a1ce4 |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user