From fd873325e6ede0f40514e4f43e5e65d6a6f0337c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 09:05:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b4666a..f75e02e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,8 +42,8 @@ export default function LandingPage() { title="Freshness Meets Daily Comfort" description="Gazuma Mart & Cafe brings you the finest organic groceries and artisanal coffee in one welcoming destination." testimonials={[ - { name: "Yudhi Rahman", handle: "@yudhir", testimonial: "The best spot to grab coffee and groceries. Absolutely love the atmosphere!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-smile-face-holding-coffee-cup-standing-coffee-shop_23-2148784180.jpg" }, - { name: "Daniel Ahmad Fauzan", handle: "@danifa", testimonial: "Fantastic service and high-quality products. My go-to place every morning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-cup-coffee_23-2148560086.jpg" }, + { name: "Yudhi Rahman", handle: "@yudhir", testimonial: "The best spot to grab coffee and groceries. Absolutely love the atmosphere!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-smile-face-holding-coffee-cup-standing-coffee-shop_23-2148784180.jpg?_wi=1" }, + { name: "Daniel Ahmad Fauzan", handle: "@danifa", testimonial: "Fantastic service and high-quality products. My go-to place every morning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-cup-coffee_23-2148560086.jpg?_wi=1" }, ]} imageSrc="http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg?_wi=2" buttons={[{ text: "WhatsApp Order", href: "https://wa.me/1234567890" }]} @@ -83,8 +83,8 @@ export default function LandingPage() { { value: "4.9/5", label: "Average Rating" } ]} testimonials={[ - { id: "1", name: "Yudhi Rahman", role: "Regular Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-smile-face-holding-coffee-cup-standing-coffee-shop_23-2148784180.jpg" }, - { id: "2", name: "Daniel Ahmad Fauzan", role: "Regular Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-cup-coffee_23-2148560086.jpg" }, + { id: "1", name: "Yudhi Rahman", role: "Regular Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-smile-face-holding-coffee-cup-standing-coffee-shop_23-2148784180.jpg?_wi=2" }, + { id: "2", name: "Daniel Ahmad Fauzan", role: "Regular Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-cup-coffee_23-2148560086.jpg?_wi=2" }, ]} /> -- 2.49.1