From 837f485700365cf83d4ed008d5124f4bcb0647f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:56:07 +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 93b745d..51e6491 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,22 +158,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Best Day on the Water", quote: "Captain Mike knew exactly where to find the fish. We caught a 40-pound mahi and then enjoyed it for dinner. Absolutely unforgettable!", name: "Sarah Johnson", role: "Visitor from New York", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson" + id: "1", title: "Best Day on the Water", quote: "Captain Mike knew exactly where to find the fish. We caught a 40-pound mahi and then enjoyed it for dinner. Absolutely unforgettable!", name: "Sarah Johnson", role: "Visitor from New York", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Spectacular Sunset Dinner", quote: "The ambiance, the fresh seafood, the ocean breeze—everything was perfect. Our family celebration was made truly special.", name: "James Martinez", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Martinez" + id: "2", title: "Spectacular Sunset Dinner", quote: "The ambiance, the fresh seafood, the ocean breeze—everything was perfect. Our family celebration was made truly special.", name: "James Martinez", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Martinez" }, { - id: "3", title: "Professional and Friendly", quote: "The crew treated us like family. Even though we're not experienced fishermen, they made sure we had an amazing time.", name: "Emily Chen", role: "First-Time Charter Guest", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Chen" + id: "3", title: "Professional and Friendly", quote: "The crew treated us like family. Even though we're not experienced fishermen, they made sure we had an amazing time.", name: "Emily Chen", role: "First-Time Charter Guest", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Chen" }, { - id: "4", title: "Worth Every Penny", quote: "We combined the charter and dinner experience. The chefs prepared our catch beautifully with creativity and care.", name: "Robert Thompson", role: "Adventure Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson" + id: "4", title: "Worth Every Penny", quote: "We combined the charter and dinner experience. The chefs prepared our catch beautifully with creativity and care.", name: "Robert Thompson", role: "Adventure Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Thompson" }, { - id: "5", title: "A Hidden Gem", quote: "Ocean Table is exactly what Miami needed—authentic, exciting, and delicious. We're already planning our next visit.", name: "Lisa Anderson", role: "Food & Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Anderson" + id: "5", title: "A Hidden Gem", quote: "Ocean Table is exactly what Miami needed—authentic, exciting, and delicious. We're already planning our next visit.", name: "Lisa Anderson", role: "Food & Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Lisa Anderson" }, { - id: "6", title: "Exceeded Expectations", quote: "From the moment we arrived until we left, everything was seamless. The fishing was thrilling, the food was exquisite.", name: "David Garcia", role: "Corporate Event Organizer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Garcia" + id: "6", title: "Exceeded Expectations", quote: "From the moment we arrived until we left, everything was seamless. The fishing was thrilling, the food was exquisite.", name: "David Garcia", role: "Corporate Event Organizer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Garcia" } ]} />