From 6b832f63c204ebcadaf45bbf1d630da6ea921a61 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:47:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 419 +++++++---------------------------------------- 1 file changed, 58 insertions(+), 361 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6f49b3..b44e773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -356,27 +150,15 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Which leagues are covered?", - content: "We cover MLB, NFL, NBA, and NHL for all New York teams.", - }, - { - id: "q2", - title: "How often do scores update?", - content: "Scores refresh automatically every 30-60 seconds.", - }, - { - id: "q3", - title: "Is the site mobile friendly?", - content: "Yes, our site is designed for seamless use on any mobile device.", - }, + { id: "q1", title: "Which leagues are covered?", content: "We cover MLB, NFL, NBA, and NHL for all New York teams." }, + { id: "q2", title: "How often do scores update?", content: "Scores refresh automatically every 30-60 seconds." }, + { id: "q3", title: "Is the site mobile friendly?", content: "Yes, our site is designed for seamless use on any mobile device." }, ]} imageSrc="http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man-listening-music_273609-15919.jpg" mediaAnimation="slide-up" + faqsAnimation="blur-reveal" title="Frequently Asked" description="Get answers about our sports data platform." - faqsAnimation="blur-reveal" /> @@ -388,36 +170,9 @@ export default function LandingPage() { title="Latest Sports News" description="Breaking updates for every NY franchise." blogs={[ - { - id: "b1", - category: "MLB", - title: "Yankees Trade Rumors", - excerpt: "The latest scoop on the Bronx Bombers' roster.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chroma-key-tablet-coworkers-examining-data-center_482257-120209.jpg", - authorName: "John Sports", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-middle-aged-man-with-basket-ball_23-2149213165.jpg", - date: "Oct 12", - }, - { - id: "b2", - category: "NFL", - title: "Giants Preseason Update", - excerpt: "New starters and tactical adjustments.", - imageSrc: "http://img.b2bpic.net/free-photo/sport-news-with-professional-microphone_23-2149900285.jpg", - authorName: "Sarah Reporter", - authorAvatar: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058853.jpg", - date: "Oct 10", - }, - { - id: "b3", - category: "NBA", - title: "Knicks Season Preview", - excerpt: "What to expect from MSG this year.", - imageSrc: "http://img.b2bpic.net/free-photo/brave-overlay-word-young-people_53876-21325.jpg", - authorName: "David Analyst", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-interview_23-2149900293.jpg", - date: "Oct 08", - }, + { id: "b1", category: "MLB", title: "Yankees Trade Rumors", excerpt: "The latest scoop on the Bronx Bombers' roster.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chroma-key-tablet-coworkers-examining-data-center_482257-120209.jpg", authorName: "John Sports", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-middle-aged-man-with-basket-ball_23-2149213165.jpg", date: "Oct 12" }, + { id: "b2", category: "NFL", title: "Giants Preseason Update", excerpt: "New starters and tactical adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/sport-news-with-professional-microphone_23-2149900285.jpg", authorName: "Sarah Reporter", authorAvatar: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058853.jpg", date: "Oct 10" }, + { id: "b3", category: "NBA", title: "Knicks Season Preview", excerpt: "What to expect from MSG this year.", imageSrc: "http://img.b2bpic.net/free-photo/brave-overlay-word-young-people_53876-21325.jpg", authorName: "David Analyst", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-interview_23-2149900293.jpg", date: "Oct 08" }, ]} /> @@ -425,9 +180,7 @@ export default function LandingPage() {
-- 2.49.1