diff --git a/src/app/page.tsx b/src/app/page.tsx
index cfadf24..7323b20 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Star, Utensils } from "lucide-react";
+import { Star, Utensils, Home, Anchor } from "lucide-react";
export default function LandingPage() {
return (
@@ -47,7 +47,7 @@ export default function LandingPage() {
@@ -120,20 +123,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1", name: "Pontoon Boat", price: "$250/day", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-laying-boat_23-2149046378.jpg"},
+ id: "p1", name: "Floating Home", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg"},
{
- id: "p2", name: "Ski Boat", price: "$400/day", imageSrc: "http://img.b2bpic.net/free-photo/moorings-with-boats_1085-507.jpg"},
+ id: "p2", name: "Rental Cottage", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg"},
{
- id: "p3", name: "Kayak Rental", price: "$40/day", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-confident-woman-standing-with-paddle-surfboard-sup-sport-hobby-yoga_639032-1450.jpg"},
- {
- id: "p4", name: "Fishing Boat", price: "$150/day", imageSrc: "http://img.b2bpic.net/free-photo/colorful-fishing-baits-with-net-wooden-desk_23-2148189216.jpg"},
- {
- id: "p5", name: "Classic Canoe", price: "$60/day", imageSrc: "http://img.b2bpic.net/free-photo/women-pushing-kayak-intro-water_23-2148683907.jpg"},
- {
- id: "p6", name: "Jet Ski", price: "$300/day", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-water-scooter-summer-sea-activity_285396-2816.jpg"},
+ id: "p3", name: "Pontoon Boat", price: "$250/day", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-laying-boat_23-2149046378.jpg"},
]}
- title="Explore Our Fleet"
- description="Wide selection of reliable boats for your adventure."
+ title="Stay & Explore"
+ description="Book your stay or gear up for a day on the water."
/>
@@ -144,7 +141,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Visit Us"
title="Plan Your Visit Today"
- description="Have questions about boat slips or campground availability? Reach out now."
+ description="Have questions about our floating homes, boat slips, or availability? Reach out now."
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-wooden-fence-with-writing-welcome-our-wedding_181624-20070.jpg"
mediaAnimation="slide-up"
/>