From a0c2648541e54816c23b0fb0cdfab425685d22cb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:36:20 +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 4d00686..7c64f85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,19 +114,19 @@ export default function LandingPage() { id: "1", name: "Sarah Chen", handle: "@sarahcoffeeaddict", testimonial: "The best espresso in Tel Aviv. Every visit is a masterclass in coffee perfection. This place captures the true essence of specialty coffee.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Sarah Chen" }, { - id: "2", name: "David Levi", handle: "@davidlevi_tech", testimonial: "Not just great coffee, but a sanctuary of free thought and quality craftsmanship. The name says it all—freedom in every cup.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "David Levi" + id: "2", name: "David Levi", handle: "@davidlevi_tech", testimonial: "Not just great coffee, but a sanctuary of free thought and quality craftsmanship. The name says it all—freedom in every cup.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=1", imageAlt: "David Levi" }, { id: "3", name: "Rachel Goldman", handle: "@rachel.visits.cafes", testimonial: "This café represents everything beautiful about Tel Aviv's coffee culture. Exceptional drinks and genuine hospitality.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Rachel Goldman" }, { - id: "4", name: "Yossi Harmon", handle: "@yossi_morning_coffee", testimonial: "A daily ritual for me. The precision in their coffee preparation is remarkable, and the atmosphere inspires conversation.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Yossi Harmon" + id: "4", name: "Yossi Harmon", handle: "@yossi_morning_coffee", testimonial: "A daily ritual for me. The precision in their coffee preparation is remarkable, and the atmosphere inspires conversation.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop&_wi=1", imageAlt: "Yossi Harmon" }, { - id: "5", name: "Noa Reisler", handle: "@noaexplores", testimonial: "Discovered this gem and haven't looked back. Their single-origin selections are world-class, truly remarkable.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Noa Reisler" + id: "5", name: "Noa Reisler", handle: "@noaexplores", testimonial: "Discovered this gem and haven't looked back. Their single-origin selections are world-class, truly remarkable.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=2", imageAlt: "Noa Reisler" }, { - id: "6", name: "Moshe Ben-David", handle: "@moshebencoffee", testimonial: "After 40 years of coffee drinking, I can say this is some of the finest coffee I've ever tasted. Bravo!", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Moshe Ben-David" + id: "6", name: "Moshe Ben-David", handle: "@moshebencoffee", testimonial: "After 40 years of coffee drinking, I can say this is some of the finest coffee I've ever tasted. Bravo!", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop&_wi=2", imageAlt: "Moshe Ben-David" } ]} useInvertedBackground={false} -- 2.49.1