3 Commits

Author SHA1 Message Date
4c24a33026 Update src/app/page.tsx 2026-03-12 15:58:40 +00:00
5be49be42c Update src/app/page.tsx 2026-03-12 15:58:15 +00:00
e4c8619707 Merge version_1 into main
Merge version_1 into main
2026-03-12 15:54:36 +00:00

View File

@@ -9,7 +9,8 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Anchor, Award, Bot, BookOpen, ChefHat, Check, Flame, Gauge, Heart, Shield, Star, Users, Utensils, Wine, Waves, Zap } from 'lucide-react';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import { Anchor, Award, Bot, BookOpen, ChefHat, Check, Flame, Gauge, Heart, Shield, Star, Users, Utensils, Wine, Waves, Zap, MapPin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,6 +32,7 @@ export default function LandingPage() {
{ name: "Experience", id: "experience" },
{ name: "Features", id: "features" },
{ name: "About Us", id: "about" },
{ name: "Locations", id: "locations" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Book Now", id: "contact" }
]}
@@ -72,7 +74,7 @@ export default function LandingPage() {
description="Experience the complete workflow of our signature service, designed for seamless comfort and maximum enjoyment throughout your day with us"
features={[
{
id: "1", title: "Catch: Set Sail for Adventure", description: "Board our luxury charter boat with experienced captains. Navigate pristine waters, use top-tier fishing equipment, and experience the thrill of reeling in your own meal while enjoying panoramic ocean views.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-fishing-boat-river-with-breathtaking-view-sunset_181624-16031.jpg" },
id: "1", title: "Catch: Set Sail for Adventure", description: "Board our luxury charter boat with experienced captains. Navigate pristine waters, use top-tier fishing equipment, and experience the thrill of reeling in your own meal while enjoying panoramic ocean views.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-fishing-boat-river-with-breathtaking-view-sunset_181624-16031.jpg?_wi=1" },
items: [
{ icon: Bot, text: "Luxury vessel with premium amenities" },
{ icon: Users, text: "Expert captain guidance" },
@@ -90,7 +92,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Eat: Waterfront Fine Dining", description: "Dine in our exclusive waterfront restaurant overlooking the ocean where your catch becomes the centerpiece of an unforgettable meal. Paired wines, artful plating, and impeccable service complete the experience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-oysters-with-lemons-ice_52683-111695.jpg" },
id: "3", title: "Eat: Waterfront Fine Dining", description: "Dine in our exclusive waterfront restaurant overlooking the ocean where your catch becomes the centerpiece of an unforgettable meal. Paired wines, artful plating, and impeccable service complete the experience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-oysters-with-lemons-ice_52683-111695.jpg?_wi=1" },
items: [
{ icon: Wine, text: "Curated wine pairings" },
{ icon: Utensils, text: "Fine dining presentation" },
@@ -148,6 +150,39 @@ export default function LandingPage() {
/>
</div>
<div id="locations" data-section="locations">
<TeamCardEleven
title="Our Locations"
description="Experience Catch & Dine at our premium waterfront dining destinations"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
groups={[
{
id: "miami", groupTitle: "Miami", members: [
{
id: "miami-1", title: "Miami Charter & Restaurant", subtitle: "Atlantic Coast", detail: "Biscayne Bay, Miami, FL", imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg?_wi=1"
}
]
},
{
id: "charleston", groupTitle: "Charleston", members: [
{
id: "charleston-1", title: "Charleston Harbor Dining", subtitle: "Historic Waterfront", detail: "Charleston, SC", imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-oysters-with-lemons-ice_52683-111695.jpg?_wi=2"
}
]
},
{
id: "port-charlotte", groupTitle: "Port Charlotte", members: [
{
id: "port-charlotte-1", title: "Port Charlotte Experience", subtitle: "Gulf Coast", detail: "Port Charlotte, FL", imageSrc: "http://img.b2bpic.net/free-photo/old-fishing-boat-river-with-breathtaking-view-sunset_181624-16031.jpg?_wi=2"
}
]
}
]}
/>
</div>
<div id="proof" data-section="proof">
<SocialProofOne
title="Trusted by Industry Leaders"
@@ -197,7 +232,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg"
imageSrc="http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg?_wi=2"
imageAlt="Catch & Dine waterfront restaurant exterior at sunset"
columns={[
{
@@ -208,6 +243,13 @@ export default function LandingPage() {
{ label: "Menu", href: "#contact" }
]
},
{
title: "Locations", items: [
{ label: "Miami", href: "#locations" },
{ label: "Charleston", href: "#locations" },
{ label: "Port Charlotte", href: "#locations" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },