From 89be2c04e750c350844ba9c7abed2e479f7a72c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 15:06:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41bd73c..ec5ed03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Chef, ChefHat, Fish, HelpCircle, Heart, Leaf, MapPin, Navigation, Sparkles, Star, Sun, Utensils, Waves } from "lucide-react"; +import { Award, ChefHat, Fish, HelpCircle, Heart, Leaf, MapPin, Navigation, Sparkles, Star, Sun, Utensils, Waves } from "lucide-react"; export default function LandingPage() { return ( @@ -62,15 +62,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@sarahcooks", testimonial: "The most romantic dinner experience we've had in Mombasa. The sunset views are absolutely breathtaking!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=1", imageAlt: "Sarah M." + imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", imageAlt: "Sarah M." }, { name: "James K.", handle: "@jamestravels", testimonial: "Exceptional seafood, impeccable service, and the ambiance is simply perfect. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=1", imageAlt: "James K." + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "James K." }, { name: "Amara L.", handle: "@amarafoodie", testimonial: "Fresh fish, amazing spices, stunning location. Every detail is thoughtfully executed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2048.jpg?_wi=1", imageAlt: "Amara L." + imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2048.jpg", imageAlt: "Amara L." } ]} testimonialRotationInterval={5000} @@ -117,7 +117,7 @@ export default function LandingPage() { items: [ { icon: Fish, text: "Daily catch from local waters" }, { icon: Leaf, text: "Sustainable fishing practices" }, - { icon: Chef, text: "Expert culinary preparation" } + { icon: Utensils, text: "Expert culinary preparation" } ], reverse: false }, @@ -193,15 +193,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=2", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Patterson", role: "Food Critic", company: "Coastal Cuisine Magazine", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2", imageAlt: "James Patterson" + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "James Patterson" }, { id: "3", name: "Amara Okonkwo", role: "Hotel Manager", company: "Mombasa Luxury Hotels", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2048.jpg?_wi=2", imageAlt: "Amara Okonkwo" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2048.jpg", imageAlt: "Amara Okonkwo" }, { id: "4", name: "David Chen", role: "Restaurant Owner", company: "Fine Dining Association", rating: 5, -- 2.49.1