From 3d187c96141f060c236379fea2787b8dc03a3f13 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:21:35 +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 951eb50..c27741b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { title="Experience Nairobi's Wildlife Icon" description="Come face-to-face with the endangered Rothschild’s giraffe at the world-famous Giraffe Centre. A conservation journey right in the heart of Karen, Nairobi." testimonials={[ - { name: "Sarah K.", handle: "@sarahk_travels", testimonial: "An absolute highlight of our Nairobi trip! Feeding the giraffes is such a unique experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-giraffe-front-trees-with-green-leaves_181624-21865.jpg", imageAlt: "giraffe center nairobi feeding platforms" }, + { name: "Sarah K.", handle: "@sarahk_travels", testimonial: "An absolute highlight of our Nairobi trip! Feeding the giraffes is such a unique experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-giraffe-front-trees-with-green-leaves_181624-21865.jpg?_wi=1", imageAlt: "giraffe center nairobi feeding platforms" }, { name: "David M.", handle: "@davidm_explorer", testimonial: "Peaceful, educational, and perfect for families. The nature trail is a hidden gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-zebra-standing-ground_181624-20940.jpg", imageAlt: "giraffe center nairobi feeding platforms" }, - { name: "Elena R.", handle: "@elena_rodriguez", testimonial: "So intimate! Much closer interaction than any safari park we’ve been to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708841.jpg", imageAlt: "giraffe center nairobi feeding platforms" }, - { name: "James B.", handle: "@jamesb_photos", testimonial: "The photos turned out amazing. Definitely worth the visit if you're in Karen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wild-stream-forest_23-2147670098.jpg", imageAlt: "giraffe center nairobi feeding platforms" }, - { name: "Priya L.", handle: "@priyal_kenya", testimonial: "A must-do for wildlife lovers. Very quick and easy visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-photography-day-celebration_23-2151644777.jpg", imageAlt: "giraffe center nairobi feeding platforms" } + { name: "Elena R.", handle: "@elena_rodriguez", testimonial: "So intimate! Much closer interaction than any safari park we’ve been to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708841.jpg?_wi=1", imageAlt: "giraffe center nairobi feeding platforms" }, + { name: "James B.", handle: "@jamesb_photos", testimonial: "The photos turned out amazing. Definitely worth the visit if you're in Karen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wild-stream-forest_23-2147670098.jpg?_wi=1", imageAlt: "giraffe center nairobi feeding platforms" }, + { name: "Priya L.", handle: "@priyal_kenya", testimonial: "A must-do for wildlife lovers. Very quick and easy visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-photography-day-celebration_23-2151644777.jpg?_wi=1", imageAlt: "giraffe center nairobi feeding platforms" } ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-cute-giraffe-front-trees-with-green-leaves_181624-21865.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-cute-giraffe-front-trees-with-green-leaves_181624-21865.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/closeup-giraffe-zoo-snowfall-hokkaido-japan_181624-36920.jpg", alt: "Giraffe in zoo" }, { src: "http://img.b2bpic.net/free-photo/adorable-nubian-giraffe-sticking-its-tongue-out_493961-216.jpg", alt: "Adorable nubian giraffe" }, @@ -88,9 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "f1", title: "Hand-Feeding", description: "Get up close and personal. You can feed the giraffes pellets directly from your hand.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708841.jpg" }, - { id: "f2", title: "Nature Trails", description: "Enjoy a peaceful stroll through our indigenous forest area, perfect for nature enthusiasts.", tag: "Relaxing", imageSrc: "http://img.b2bpic.net/free-photo/wild-stream-forest_23-2147670098.jpg" }, - { id: "f3", title: "Photography", description: "The perfect backdrop for stunning wildlife photos you won't get anywhere else.", tag: "Scenic", imageSrc: "http://img.b2bpic.net/free-photo/world-photography-day-celebration_23-2151644777.jpg" } + { id: "f1", title: "Hand-Feeding", description: "Get up close and personal. You can feed the giraffes pellets directly from your hand.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-giraffe-wild_23-2151708841.jpg?_wi=2" }, + { id: "f2", title: "Nature Trails", description: "Enjoy a peaceful stroll through our indigenous forest area, perfect for nature enthusiasts.", tag: "Relaxing", imageSrc: "http://img.b2bpic.net/free-photo/wild-stream-forest_23-2147670098.jpg?_wi=2" }, + { id: "f3", title: "Photography", description: "The perfect backdrop for stunning wildlife photos you won't get anywhere else.", tag: "Scenic", imageSrc: "http://img.b2bpic.net/free-photo/world-photography-day-celebration_23-2151644777.jpg?_wi=2" } ]} title="What to Expect" description="From hand-feeding to forest walks, here’s why our visitors love the Centre." -- 2.49.1