Update src/app/page.tsx

This commit is contained in:
2026-05-07 09:08:32 +00:00
parent de8c9c346b
commit 941cdaf465

View File

@@ -109,9 +109,9 @@ export default function GamingCafePage() {
title="Community Voices"
description="Real feedback from our competitive gaming regulars."
testimonials={[
{ id: "1", name: "Alex P.", role: "E-Sports Pro", testimonial: "The refresh rate here is unbeatable. This is the only place I practice.", imageSrc: "https://img.b2bpic.net/free-photo/gamer-profile_23-2149301290.jpg" },
{ id: "1", name: "Alex P.", role: "E-Sports Pro", testimonial: "The refresh rate here is unbeatable. This is the only place I practice.", imageSrc: "https://img.b2bpic.net/free-photo/gamer-profile_23-2149301290.jpg?_wi=1" },
{ id: "2", name: "Jordan K.", role: "Streamer", testimonial: "Best vibes and zero latency issues. My streams never looked better.", imageSrc: "https://img.b2bpic.net/free-photo/streamer-profile_23-2149301300.jpg" },
{ id: "3", name: "Sam M.", role: "Casual Gamer", testimonial: "Love the snacks and the atmosphere. Perfect weekend spot.", imageSrc: "https://img.b2bpic.net/free-photo/gamer-profile_23-2149301290.jpg" }
{ id: "3", name: "Sam M.", role: "Casual Gamer", testimonial: "Love the snacks and the atmosphere. Perfect weekend spot.", imageSrc: "https://img.b2bpic.net/free-photo/gamer-profile_23-2149301290.jpg?_wi=2" }
]}
textboxLayout="split"
useInvertedBackground={false}