From f6fae46158eed8ca039bc1bd3d4b4a944ecfd2da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 18:54:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01c0691..5398efc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,6 @@ export default function HomePage() { testimonials={[{ id: "1", name: "James L.", role: "Pro", company: "Local League", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-table-football_23-2147681039.jpg" }, { id: "2", name: "Sarah K.", role: "Enthusiast", company: "City Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-drinking-bright-cocktail-swimming-pool-man-with-dark-hair-glass-with-bright-beverage-looking-camera-leisure-friendship-party-concept_74855-21406.jpg" }, { id: "3", name: "Mike R.", role: "Player", company: "Billiards Fan", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/friends-having-poker-night_23-2149153494.jpg" }]} title="What Players Say" description="Hear why locals make The Hangar their choice." - textboxLayout="split" useInvertedBackground={false} /> -- 2.49.1