Merge version_4 into main #4
@@ -65,18 +65,18 @@ export default function LandingPage() {
|
||||
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: "https://images.unsplash.com/photo-1549740425-5e9ed418cd75?q=80&w=800&h=600", imageAlt: "Madison Square Garden interior" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1534447677768-be436bb09401?q=80&w=800&h=600", imageAlt: "Yankee Stadium aerial view" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=800&h=600", imageAlt: "New York City skyline" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1582294435552-8771424751f8?q=80&w=800&h=600", imageAlt: "Citi Field baseball stadium" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1444723121867-7a0e28f11559?q=80&w=800&h=600", imageAlt: "Manhattan night skyline" },
|
||||
]}
|
||||
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" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1563298723-dcfebaa392e3?q=80&w=800&h=600", imageAlt: "Brooklyn Bridge at dusk" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1541819381512-574d6e991590?q=80&w=800&h=600", imageAlt: "Times Square bustling street" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1557324232-47ba6c63604f?q=80&w=800&h=600", imageAlt: "MetLife Stadium at sunset" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1518398046578-8cca57782e14?q=80&w=800&h=600", imageAlt: "Central Park view" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1522083165194-716493b2a21b?q=80&w=800&h=600", imageAlt: "Flatiron building in NYC" },
|
||||
]}
|
||||
buttons={[{ text: "View Live Scores", href: "#scores" }]}
|
||||
avatarText="Join 10k+ local fans"
|
||||
@@ -90,9 +90,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Live Scoreboard", description: liveScores.length > 0 ? "Instant access to every play as it happens" : "Loading live scores...", 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: liveScores.length > 0 ? "Instant access to every play as it happens" : "Loading live scores...", tag: "Live", imageSrc: "https://images.unsplash.com/photo-1508098682722-e99c43a406b2?q=80&w=800&h=600" },
|
||||
{ id: "f2", title: "Multi-League Support", description: "Seamless tracking across MLB, NFL, NBA, and NHL.", tag: "Coverage", imageSrc: "https://images.unsplash.com/photo-1524678606370-a47ad25cb82a?q=80&w=800&h=600" },
|
||||
{ id: "f3", title: "Breaking News", description: "The latest updates and trade rumors directly from NYC sports media.", tag: "Updates", imageSrc: "https://images.unsplash.com/photo-1550684848-fac1c5b4e853?q=80&w=800&h=600" },
|
||||
]}
|
||||
title="Real-Time Coverage"
|
||||
description="Comprehensive tracking for all your favorite New York teams."
|
||||
@@ -122,12 +122,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ 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" },
|
||||
{ id: "p1", brand: "Yankees", name: "Navy Cap", price: "$35.00", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1518398046578-8cca57782e14?q=80&w=800&h=600" },
|
||||
{ id: "p2", brand: "Mets", name: "Orange Jersey", price: "$120.00", rating: 5, reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1496442226666-8d4d0e62e6e9?q=80&w=800&h=600" },
|
||||
{ id: "p3", brand: "Knicks", name: "Logo Hoodie", price: "$65.00", rating: 5, reviewCount: "200", imageSrc: "https://images.unsplash.com/photo-1565026848523-28f8bc0552b9?q=80&w=800&h=600" },
|
||||
{ id: "p4", brand: "Giants", name: "Team Tee", price: "$30.00", rating: 5, reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1514785315357-611c34a261a8?q=80&w=800&h=600" },
|
||||
{ id: "p5", brand: "Rangers", name: "Official Jersey", price: "$180.00", rating: 5, reviewCount: "90", imageSrc: "https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=800&h=600" },
|
||||
{ id: "p6", brand: "Jets", name: "Snapback Hat", price: "$40.00", rating: 5, reviewCount: "60", imageSrc: "https://images.unsplash.com/photo-1485872299829-c673f5194818?q=80&w=800&h=600" },
|
||||
]}
|
||||
title="Featured Fan Gear"
|
||||
description="Rep your New York teams with officially licensed apparel."
|
||||
@@ -147,11 +147,11 @@ export default function LandingPage() {
|
||||
{ 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" },
|
||||
{ id: "t1", name: "Mikey S.", role: "Yankees Fan", company: "Bronx", rating: 5, imageSrc: "https://images.unsplash.com/photo-1534447677768-be436bb09401?q=80&w=800&h=600" },
|
||||
{ id: "t2", name: "Sarah L.", role: "Knicks Fan", company: "Manhattan", rating: 5, imageSrc: "https://images.unsplash.com/photo-1522083165194-716493b2a21b?q=80&w=800&h=600" },
|
||||
{ id: "t3", name: "David R.", role: "Giants Fan", company: "Meadowlands", rating: 5, imageSrc: "https://images.unsplash.com/photo-1557324232-47ba6c63604f?q=80&w=800&h=600" },
|
||||
{ id: "t4", name: "Elena V.", role: "Rangers Fan", company: "Midtown", rating: 5, imageSrc: "https://images.unsplash.com/photo-1541819381512-574d6e991590?q=80&w=800&h=600" },
|
||||
{ id: "t5", name: "Chris P.", role: "Jets Fan", company: "Long Island", rating: 5, imageSrc: "https://images.unsplash.com/photo-1563298723-dcfebaa392e3?q=80&w=800&h=600" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
imageSrc="https://images.unsplash.com/photo-1485872299829-c673f5194818?q=80&w=800&h=600"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Frequently Asked"
|
||||
@@ -181,9 +181,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: "https://images.unsplash.com/photo-1534447677768-be436bb09401?q=80&w=800&h=600", authorName: "John Sports", authorAvatar: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=200&h=200", date: "Oct 12" },
|
||||
{ id: "b2", category: "NFL", title: "Giants Preseason Update", excerpt: "New starters and tactical adjustments.", imageSrc: "https://images.unsplash.com/photo-1557324232-47ba6c63604f?q=80&w=800&h=600", authorName: "Sarah Reporter", authorAvatar: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&h=200", date: "Oct 10" },
|
||||
{ id: "b3", category: "NBA", title: "Knicks Season Preview", excerpt: "What to expect from MSG this year.", imageSrc: "https://images.unsplash.com/photo-1565026848523-28f8bc0552b9?q=80&w=800&h=600", authorName: "David Analyst", authorAvatar: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=200&h=200", date: "Oct 08" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
imageSrc="https://images.unsplash.com/photo-1518398046578-8cca57782e14?q=80&w=800&h=600"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Newsletter"
|
||||
/>
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-athlete-stretching-his-leg-staircase-near-bleachers_23-2148162164.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1549740425-5e9ed418cd75?q=80&w=800&h=600"
|
||||
logoText="NY Sports Hub"
|
||||
columns={[
|
||||
{ title: "Leagues", items: [{ label: "MLB", href: "#" }, { label: "NFL", href: "#" }, { label: "NBA", href: "#" }, { label: "NHL", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user