Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 15:58:20 +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" }
]}
@@ -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"
}
]
},
{
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"
}
]
},
{
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"
}
]
}
]}
/>
</div>
<div id="proof" data-section="proof">
<SocialProofOne
title="Trusted by Industry Leaders"
@@ -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" },