6 Commits

Author SHA1 Message Date
977b967d4a Merge version_2 into main
Merge version_2 into main
2026-04-06 20:44:45 +00:00
d198dd57c3 Update src/app/page.tsx 2026-04-06 20:44:39 +00:00
cd92dafc61 Merge version_2 into main
Merge version_2 into main
2026-04-06 20:44:19 +00:00
2eaf0df9d7 Update src/app/page.tsx 2026-04-06 20:44:12 +00:00
d732a2136f Merge version_1 into main
Merge version_1 into main
2026-04-06 20:40:41 +00:00
09b0c5ace2 Merge version_1 into main
Merge version_1 into main
2026-04-06 20:40:06 +00:00

View File

@@ -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,11 +47,11 @@ 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,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg?_wi=1"},
{
name: "Sarah Davis", handle: "@sarahd", testimonial: "The slips are secure and very accessible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-hanging-out-jetty_23-2150514786.jpg"},
@@ -63,7 +63,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-smiling-camera_23-2148299459.jpg"},
{
name: "Dave Smith", handle: "@dsmith", testimonial: "Fantastic staff, welcoming atmosphere.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg?_wi=1"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sunset-bay_23-2147670170.jpg"
imageAlt="Aerial view of Whitman Hollow Marina"
@@ -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?_wi=2"},
{
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?_wi=2"},
{
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"
/>