From aec5e49101abd81194310e69e52d53dff21a20da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:58:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59b4c41..c13cce1 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?_wi=1" + 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" imageAlt="Coffee being poured in Columbus Cafe" mediaAnimation="slide-up" buttons={[ @@ -55,18 +55,19 @@ export default function LandingPage() { { text: "Order Online 🛵", href: "#order" } ]} buttonAnimation="slide-up" + background={{ variant: "plain" }} 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { 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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { 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?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} testimonialRotationInterval={5000} @@ -105,7 +106,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?_wi=1", 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", 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 +132,12 @@ export default function LandingPage() {