From b5a679323016930c5959bf32a6253f3896975a48 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:20:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 252eb2c..3c3136c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,11 +97,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { title: "Local Flavors", description: "High-quality Rwandan produce featured in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg", buttonIcon: Zap }, + { title: "Local Flavors", description: "High-quality Rwandan produce featured in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=1", buttonIcon: Zap }, { title: "Signature Dining", description: "Expertly crafted gourmet meals served daily.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg", buttonIcon: Star }, { title: "Chocolate Hour", description: "Indulge in our world-renowned signature chocolate experience.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-sweets-assortment-plate_23-2148542529.jpg", buttonIcon: Award }, { title: "Outdoor Terrace", description: "Dining with breathtaking views in our temperate climate.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-pretty-blonde-hair-woman-outdoor-kitchen-villa-female-with-light-makeup-summer-white-dress-straw-hat-vacation_343596-2522.jpg", buttonIcon: Sun }, - { title: "Lounge Bar", description: "Sophisticated drinks in a modern atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg", buttonIcon: Coffee } + { title: "Lounge Bar", description: "Sophisticated drinks in a modern atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=2", buttonIcon: Coffee } ]} title="A Culinary Journey at Raava" description="Experience a curated balance of international cuisine and local Rwandan flavors." -- 2.49.1