Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 15:06:06 +00:00

View File

@@ -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,