3 Commits

Author SHA1 Message Date
80b0022896 Update src/app/page.tsx 2026-05-06 22:02:58 +00:00
25c221dbe4 Merge version_2 into main
Merge version_2 into main
2026-05-06 21:51:34 +00:00
81af2d6e9d Merge version_2 into main
Merge version_2 into main
2026-05-06 21:51:03 +00:00

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>
);
}
}