Merge version_1 into main #1
419
src/app/page.tsx
419
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Scores",
|
||||
id: "scores",
|
||||
},
|
||||
{
|
||||
name: "Leagues",
|
||||
id: "leagues",
|
||||
},
|
||||
{
|
||||
name: "News",
|
||||
id: "news",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Scores", id: "scores" },
|
||||
{ name: "Leagues", id: "leagues" },
|
||||
{ name: "News", id: "news" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NY Sports Scores"
|
||||
/>
|
||||
@@ -55,106 +43,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="New York's Home for Real-Time Scores"
|
||||
description="Stay updated on the Yankees, Mets, Giants, Jets, Knicks, Nets, Rangers, and Islanders with live updates and breaking news from the city that never sleeps."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-362.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563036.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/us-elections-2024-illustrated_23-2151847071.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-279.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-drawn-skylines-illustration_23-2151875420.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-362.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563036.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/us-elections-2024-illustrated_23-2151847071.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-279.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hand-drawn-skylines-illustration_23-2151875420.jpg", imageAlt: "sports stadium lighting" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete_654080-1606.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-tennis-player-green-court-grass_72229-356.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-downtown-skyline_649448-3009.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-stretching-stadium_23-2149399628.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funfair-top-night-with-green-blue-lights_23-2148281654.jpg",
|
||||
imageAlt: "sports stadium lighting",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Live Scores",
|
||||
href: "#scores",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-athlete_654080-1606.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-tennis-player-green-court-grass_72229-356.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-downtown-skyline_649448-3009.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/athlete-stretching-stadium_23-2149399628.jpg", imageAlt: "sports stadium lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/funfair-top-night-with-green-blue-lights_23-2148281654.jpg", imageAlt: "sports stadium lighting" },
|
||||
]}
|
||||
buttons={[{ text: "View Live Scores", href: "#scores" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gymnast-getting-ready-competition_23-2150867974.jpg",
|
||||
alt: "Gymnast getting ready for competition",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/figure-skating-ice-arena_654080-1989.jpg",
|
||||
alt: "Figure skating in ice arena",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gymnastic-stage-getting-ready-competition_23-2150867990.jpg",
|
||||
alt: "Gymnastic stage getting ready for competition",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gymnast-getting-ready-competition_23-2150867771.jpg",
|
||||
alt: "Gymnast getting ready for competition",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-gymnast-doing-complicated-trick-gymnastics-balance-beam-professional-arena_654080-2004.jpg",
|
||||
alt: "Female gymnast doing a complicated trick",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/gymnast-getting-ready-competition_23-2150867974.jpg", alt: "Gymnast getting ready" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/figure-skating-ice-arena_654080-1989.jpg", alt: "Figure skating" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gymnastic-stage-getting-ready-competition_23-2150867990.jpg", alt: "Gymnastic stage" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gymnast-getting-ready-competition_23-2150867771.jpg", alt: "Gymnast" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-gymnast-doing-complicated-trick-gymnastics-balance-beam-professional-arena_654080-2004.jpg", alt: "Gymnast trick" },
|
||||
]}
|
||||
avatarText="Join 10k+ local fans"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Yankees",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mets",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Knicks",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Giants",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rangers",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Yankees" }, { type: "text", text: "Mets" }, { type: "text", text: "Knicks" }, { type: "text", text: "Giants" }, { type: "text", text: "Rangers" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,27 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Live Scoreboard",
|
||||
description: "Auto-refreshing scores every 30 seconds for the most accurate updates.",
|
||||
tag: "Live",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536148.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Multi-League Support",
|
||||
description: "Seamless tracking across MLB, NFL, NBA, and NHL.",
|
||||
tag: "Coverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275220.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Breaking News",
|
||||
description: "The latest updates and trade rumors directly from NYC sports media.",
|
||||
tag: "Updates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163381.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Live Scoreboard", description: "Auto-refreshing scores every 30 seconds for the most accurate updates.", tag: "Live", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536148.jpg" },
|
||||
{ id: "f2", title: "Multi-League Support", description: "Seamless tracking across MLB, NFL, NBA, and NHL.", tag: "Coverage", imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275220.jpg" },
|
||||
{ id: "f3", title: "Breaking News", description: "The latest updates and trade rumors directly from NYC sports media.", tag: "Updates", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163381.jpg" },
|
||||
]}
|
||||
title="Real-Time Coverage"
|
||||
description="Comprehensive tracking for all your favorite New York teams."
|
||||
@@ -198,27 +95,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "8",
|
||||
title: "Teams Tracked",
|
||||
description: "All major professional sports franchises.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "30s",
|
||||
title: "Refesh Rate",
|
||||
description: "Live, real-time updates.",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Coverage round the clock.",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "8", title: "Teams Tracked", description: "All major professional sports franchises.", icon: Award },
|
||||
{ id: "m2", value: "30s", title: "Refesh Rate", description: "Live, real-time updates.", icon: Zap },
|
||||
{ id: "m3", value: "24/7", title: "Availability", description: "Coverage round the clock.", icon: Clock },
|
||||
]}
|
||||
title="NYC Sports Impact"
|
||||
description="Stats that matter for every fan in the city."
|
||||
@@ -230,55 +109,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Yankees",
|
||||
name: "Navy Cap",
|
||||
price: "$35.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-district-new-york-city_23-2148287824.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Mets",
|
||||
name: "Orange Jersey",
|
||||
price: "$120.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-district-new-york-city-sunset_23-2148287813.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Knicks",
|
||||
name: "Logo Hoodie",
|
||||
price: "$65.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563024.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Giants",
|
||||
name: "Team Tee",
|
||||
price: "$30.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-933.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Rangers",
|
||||
name: "Official Jersey",
|
||||
price: "$180.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freestyle-aerials-skiing_654080-670.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Jets",
|
||||
name: "Snapback Hat",
|
||||
price: "$40.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-medium-shot_23-2149867382.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Yankees", name: "Navy Cap", price: "$35.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/financial-district-new-york-city_23-2148287824.jpg" },
|
||||
{ id: "p2", brand: "Mets", name: "Orange Jersey", price: "$120.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/financial-district-new-york-city-sunset_23-2148287813.jpg" },
|
||||
{ id: "p3", brand: "Knicks", name: "Logo Hoodie", price: "$65.00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563024.jpg" },
|
||||
{ id: "p4", brand: "Giants", name: "Team Tee", price: "$30.00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-933.jpg" },
|
||||
{ id: "p5", brand: "Rangers", name: "Official Jersey", price: "$180.00", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/freestyle-aerials-skiing_654080-670.jpg" },
|
||||
{ id: "p6", brand: "Jets", name: "Snapback Hat", price: "$40.00", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-medium-shot_23-2149867382.jpg" },
|
||||
]}
|
||||
title="Featured Fan Gear"
|
||||
description="Rep your New York teams with officially licensed apparel."
|
||||
@@ -290,64 +128,20 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mikey S.",
|
||||
role: "Yankees Fan",
|
||||
company: "Bronx",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-soccer-stadium-with-dreamy-fantasy-view-sky_23-2151563123.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah L.",
|
||||
role: "Knicks Fan",
|
||||
company: "Manhattan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David R.",
|
||||
role: "Giants Fan",
|
||||
company: "Meadowlands",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-fans-celebrating-win-their-team-tailgate-party_53876-132084.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena V.",
|
||||
role: "Rangers Fan",
|
||||
company: "Midtown",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-hands-two-slices-zucchini_114579-30661.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris P.",
|
||||
role: "Jets Fan",
|
||||
company: "Long Island",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-teenager-guy-holding-skateboard_171337-9360.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Fans",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Live Scores",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "NYC Focused",
|
||||
},
|
||||
]}
|
||||
title="Fan Experiences"
|
||||
description="What our New York sports community is saying."
|
||||
kpiItems={[
|
||||
{ value: "10k+", label: "Happy Fans" },
|
||||
{ value: "24/7", label: "Live Scores" },
|
||||
{ value: "100%", label: "NYC Focused" },
|
||||
]}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Mikey S.", role: "Yankees Fan", company: "Bronx", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-soccer-stadium-with-dreamy-fantasy-view-sky_23-2151563123.jpg" },
|
||||
{ id: "t2", name: "Sarah L.", role: "Knicks Fan", company: "Manhattan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg" },
|
||||
{ id: "t3", name: "David R.", role: "Giants Fan", company: "Meadowlands", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/football-fans-celebrating-win-their-team-tailgate-party_53876-132084.jpg" },
|
||||
{ id: "t4", name: "Elena V.", role: "Rangers Fan", company: "Midtown", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-hands-two-slices-zucchini_114579-30661.jpg" },
|
||||
{ id: "t5", name: "Chris P.", role: "Jets Fan", company: "Long Island", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-teenager-guy-holding-skateboard_171337-9360.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -425,9 +180,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Get Score Alerts"
|
||||
description="Sign up for our newsletter to get the latest NY sports updates in your inbox."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/urban-view-with-people-street_23-2148942970.jpg"
|
||||
@@ -441,65 +194,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-athlete-stretching-his-leg-staircase-near-bleachers_23-2148162164.jpg"
|
||||
logoText="NY Sports Hub"
|
||||
columns={[
|
||||
{
|
||||
title: "Leagues",
|
||||
items: [
|
||||
{
|
||||
label: "MLB",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "NFL",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "NBA",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "NHL",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Teams",
|
||||
items: [
|
||||
{
|
||||
label: "Yankees",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mets",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Giants",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Jets",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Leagues", items: [{ label: "MLB", href: "#" }, { label: "NFL", href: "#" }, { label: "NBA", href: "#" }, { label: "NHL", href: "#" }] },
|
||||
{ title: "Teams", items: [{ label: "Yankees", href: "#" }, { label: "Mets", href: "#" }, { label: "Giants", href: "#" }, { label: "Jets", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Contact", href: "#" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user