From 43655b47fc1e5eecbdb0ea61e1bb6d3282f427f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:57:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b98410b..59b4c41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Cafe Experience" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/espresso-details-close-up-pouring-coffee-into-white-cup-from-coffee-pot-selective-focus-concept-making-coffee-bar-pub-restaurant-brewing-coffee-cezve_166373-2016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/espresso-details-close-up-pouring-coffee-into-white-cup-from-coffee-pot-selective-focus-concept-making-coffee-bar-pub-restaurant-brewing-coffee-cezve_166373-2016.jpg?_wi=1" imageAlt="Coffee being poured in Columbus Cafe" mediaAnimation="slide-up" buttons={[ @@ -58,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Kipchoge", handle: "Regular Customer", testimonial: "A nice place located in the heart of town with cool ambience, great staff and delicious food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "James Mwangi", handle: "Coffee Enthusiast", testimonial: "The cappuccino here is exceptional. Worth every visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "Grace Njoroge", handle: "Business Professional", testimonial: "Perfect workspace with free Wi-Fi and amazing service. My go-to spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} testimonialRotationInterval={5000} @@ -105,7 +105,7 @@ export default function LandingPage() { id: "1", name: "Liver & Chapati", price: "KES 450", variant: "Traditional • Popular", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-vegetables-with-herbs-white-plate-with-bread-vegetables-glass-wine_114579-83.jpg", imageAlt: "Liver and chapati plate" }, { - id: "2", name: "Cappuccino", price: "KES 250", variant: "Specialty Coffee ☕", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg", imageAlt: "Fresh cappuccino" + id: "2", name: "Cappuccino", price: "KES 250", variant: "Specialty Coffee ☕", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg?_wi=1", imageAlt: "Fresh cappuccino" }, { id: "3", name: "Somali Cuisine", price: "KES 500", variant: "Halal • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-with-stewed-meat-herbs-wooden-table_140725-12031.jpg", imageAlt: "Somali dish" @@ -131,12 +131,12 @@ export default function LandingPage() {