From 4677a3f5280f39e89582f73d590547baa1511b10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:41:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60166c7..ae00287 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { name: "Tigran G.", handle: "@tigran_g", testimonial: "Fast, high-quality, and delicious coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-with-coffee-office_1262-6120.jpg?_wi=1", imageAlt: "luxury coffee shop interior" }, { name: "Sona M.", handle: "@sona_m", testimonial: "My morning ritual is not complete without this spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg?_wi=1", imageAlt: "luxury coffee shop interior" }, ]} - buttons={[{ text: "Visit Us Today", href: "#contact" }]} + buttons={[{ text: "View Our Menu", href: "#menu" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee-with-machine_23-2148892831.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", alt: "Customer portrait 1" }, -- 2.49.1