From 4c24a33026d04df2781910e491841eb8df9b1440 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:58:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f58bb1..b68a38b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,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" }, @@ -92,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" }, @@ -161,21 +161,21 @@ export default function LandingPage() { { 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: "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" + 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" + 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" } ] } @@ -232,7 +232,7 @@ export default function LandingPage() {