From 80b002289658cb53a4ab006b559cb6aea6ea1c4e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 22:02:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a355661..0c2cf40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { name: "David W.", handle: "@fan_edge", testimonial: "Fast, precise, and absolute game-changer for daily fantasy leagues.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/executive-touching-her-chin-with-finger_1149-91.jpg" }, { name: "Emily P.", handle: "@hockey_insider", testimonial: "Built for the pros, but easy enough for any fantasy player to dominate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-ecstatic-football-fan-celebrating_23-2150860729.jpg" } ]} - buttons={[{ text: "Start Winning", href: "#pricing" }, { text: "View Live Stats", href: "#data" }]} + buttons={[{ text: "Get Advanced Hockey Analytics", href: "#pricing" }, { text: "View Live Stats", href: "#data" }]} imageSrc="http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg" imageAlt="Professional hockey stick and puck on ice" mediaAnimation="slide-up" @@ -175,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file