Merge version_2 into main #3
@@ -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() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Your Gateway to Lakeside Living"
|
||||
description="Whitman Hollow Marina offers everything you need for the perfect lake getaway: premium boat slips, delicious dining, modern rentals, and serene campground spots."
|
||||
description="Whitman Hollow Marina offers everything you need for the perfect lake getaway: premium boat slips, delicious dining, modern rentals, floating homes, and serene campground spots."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Miller", handle: "@jmiller", testimonial: "Best marina in TN. The food is incredible!", rating: 5,
|
||||
@@ -98,7 +98,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Boat Slips", description: "Safe, reliable storage for your vessel with easy harbor access.", bentoComponent: "reveal-icon", icon: Star,
|
||||
title: "Secure Boat Slips", description: "Safe, reliable storage for your vessel with easy harbor access.", bentoComponent: "reveal-icon", icon: Anchor,
|
||||
},
|
||||
{
|
||||
title: "Floating & Rental Homes", description: "Experience unique lakeside living in our premium floating homes or cozy rental cottages.", bentoComponent: "reveal-icon", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Serene Campground", description: "Stay the weekend in our picturesque, water-adjacent sites.", bentoComponent: "reveal-icon", icon: Star,
|
||||
@@ -108,7 +111,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
title="Everything You Need at One Stop"
|
||||
description="We cater to boaters, campers, and foodies alike with premium amenities."
|
||||
description="We cater to boaters, campers, and vacationers with our comprehensive range of lakeside amenities."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user