From ef759c43c1c545a24087f546f2b47e28d8bcdfbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 21:11:36 +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 a8a8555..b9315ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg?_wi=1" imageAlt="tropical restaurant terrace sunset view" /> @@ -82,7 +82,7 @@ export default function LandingPage() { description="Experience Nairobi's most vibrant tropical oasis. From the soothing reggae rhythms to our legendary atmosphere, we offer a sanctuary where the music is soulful, the grill is hot, and the vibes are unmatched." subdescription="Affordable luxury for every grill enthusiast and music lover." icon={Music} - imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="cozy restaurant interior warm lighting" /> @@ -99,7 +99,7 @@ export default function LandingPage() { id: "1", name: "Grilled Red Snapper", price: "KES 1,800", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg?_wi=1", }, { id: "2", @@ -153,21 +153,21 @@ export default function LandingPage() { title: "Friday Island Sets", description: "Unwind with chilled tropical house and deep rhythms.", buttonIcon: "Calendar", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg?_wi=2", imageAlt: "Miami bayside marketplace", }, { title: "Sunday Grill Sessions", description: "Family-friendly atmosphere with live acoustic sets.", buttonIcon: "Calendar", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=2", imageAlt: "Miami bayside marketplace", }, { title: "Happy Hour Specials", description: "Daily 5pm - 7pm tropical cocktail specials.", buttonIcon: "Calendar", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg?_wi=2", imageAlt: "Miami bayside marketplace", }, ]}