From c55c694a876246820977c303d1237b2a6207d095 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:43:17 +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 0ed88c2..75b9ee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { title="Welcome to Reva Place Resort" description="Experience true tranquility and the rich, authentic taste of traditional African cuisine in the heart of nature." testimonials={[ - { name: "Amara Diallo", handle: "@amaradiallo", testimonial: "The atmosphere at Reva Place is incredible. The food reminds me of home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg", imageAlt: "luxurious resort exterior nature" }, - { name: "Kwame Mensah", handle: "@kwamem", testimonial: "Absolutely the best traditional food I've had in years. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg", imageAlt: "luxurious resort exterior nature" }, - { name: "Sarah Okoro", handle: "@sarahok", testimonial: "A quiet escape with amazing hospitality and authentic dishes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg", imageAlt: "luxurious resort exterior nature" }, + { name: "Amara Diallo", handle: "@amaradiallo", testimonial: "The atmosphere at Reva Place is incredible. The food reminds me of home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg?_wi=1", imageAlt: "luxurious resort exterior nature" }, + { name: "Kwame Mensah", handle: "@kwamem", testimonial: "Absolutely the best traditional food I've had in years. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg?_wi=1", imageAlt: "luxurious resort exterior nature" }, + { name: "Sarah Okoro", handle: "@sarahok", testimonial: "A quiet escape with amazing hospitality and authentic dishes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg?_wi=1", imageAlt: "luxurious resort exterior nature" }, { name: "Tunde Ade", handle: "@tundead", testimonial: "Authentic, flavorful, and soul-satisfying meals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-food-composition_23-2148955501.jpg", imageAlt: "luxurious resort exterior nature" }, { name: "Fatima Sarr", handle: "@fatimasarr", testimonial: "Perfect resort stay, clean and the food is simply divine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-fresh-salad_23-2147992895.jpg", imageAlt: "luxurious resort exterior nature" } ]} - imageSrc="http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -69,7 +69,7 @@ export default function LandingPage() { { title: "Serene Environment", description: "Relax in our peaceful resort designed for maximum comfort and relaxation." }, { title: "Warm Welcome", description: "Our team ensures every guest feels at home from the moment they arrive." } ]} - imageSrc="http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -84,7 +84,7 @@ export default function LandingPage() { { id: "cat2", title: "Hearty Main Courses", content: "From flavorful rice dishes to traditional staple meals, we have it all." }, { id: "cat3", title: "Local Specialties", content: "Sample unique local delicacies prepared fresh for your dining experience." } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1