Update src/app/page.tsx

This commit is contained in:
2026-05-06 22:02:58 +00:00
parent 25c221dbe4
commit 80b0022896

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}