Update src/app/page.tsx

This commit is contained in:
2026-03-17 15:06:26 +00:00
parent 89be2c04e7
commit 7b09ec2bfa

View File

@@ -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", imageAlt: "Sarah M."
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=1", 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", imageAlt: "James K."
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=1", 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", imageAlt: "Amara L."
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2048.jpg?_wi=1", imageAlt: "Amara L."
}
]}
testimonialRotationInterval={5000}
@@ -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", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=2", 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", imageAlt: "James Patterson"
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2", 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", imageAlt: "Amara Okonkwo"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2048.jpg?_wi=2", imageAlt: "Amara Okonkwo"
},
{
id: "4", name: "David Chen", role: "Restaurant Owner", company: "Fine Dining Association", rating: 5,