From 4c7c4a939606ec1a41d835a30ccefacd4ca86a94 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:02:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b86f807..8571c10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "View Experience", href: "#experience" } ]} buttonAnimation="slide-up" - imageSrc="https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&q=80&_wi=1" imageAlt="Tropical beach paradise with turquoise waters and palm trees" mediaAnimation="slide-up" imagePosition="right" @@ -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: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800&q=80" }, + 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: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800&q=80&_wi=1" }, items: [ { icon: Bot, text: "Luxury vessel with premium amenities" }, { icon: Users, text: "Expert captain guidance" }, @@ -83,7 +83,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Prep: Master Chef Expertise", description: "Your catch is delivered to our kitchen where master chefs prepare it with gourmet techniques. Watch our culinary team transform your fresh catch into restaurant-quality dishes using finest ingredients and artful presentation.", media: { imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80" }, + id: "2", title: "Prep: Master Chef Expertise", description: "Your catch is delivered to our kitchen where master chefs prepare it with gourmet techniques. Watch our culinary team transform your fresh catch into restaurant-quality dishes using finest ingredients and artful presentation.", media: { imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=1" }, items: [ { icon: ChefHat, text: "Professional culinary team" }, { icon: Flame, text: "Gourmet preparation techniques" }, @@ -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: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80" }, + 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: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=2" }, items: [ { icon: Wine, text: "Curated wine pairings" }, { icon: Utensils, text: "Fine dining presentation" }, @@ -122,7 +122,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Expert Captains & Crew", description: "Meet Captain James Martinez with 25+ years of maritime and fishing expertise. Our team ensures optimal catch success, safety, and an engaging educational experience throughout your charter.", media: { imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80" }, + id: "2", title: "Expert Captains & Crew", description: "Meet Captain James Martinez with 25+ years of maritime and fishing expertise. Our team ensures optimal catch success, safety, and an engaging educational experience throughout your charter.", media: { imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=1" }, items: [ { icon: Award, text: "Certified fishing professionals" }, { icon: BookOpen, text: "In-depth fishing knowledge" }, @@ -161,14 +161,14 @@ 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: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&q=80" + id: "miami-1", title: "Miami Charter & Restaurant", subtitle: "Atlantic Coast", detail: "Biscayne Bay, Miami, FL", imageSrc: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&q=80&_wi=2" } ] }, { id: "charleston", groupTitle: "Charleston", members: [ { - id: "charleston-1", title: "Charleston Harbor Dining", subtitle: "Historic Waterfront", detail: "Charleston, SC", imageSrc: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800&q=80" + id: "charleston-1", title: "Charleston Harbor Dining", subtitle: "Historic Waterfront", detail: "Charleston, SC", imageSrc: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800&q=80&_wi=2" } ] }, @@ -202,12 +202,12 @@ export default function LandingPage() {