diff --git a/src/app/page.tsx b/src/app/page.tsx
index f2f5602..3d9f720 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import BlogCardOne from '@/components/sections/blog/BlogCardOne';
+import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -54,14 +42,8 @@ export default function LandingPage() {
logoText="CHODSSPORTS"
description="Your ultimate destination for breaking news, expert analysis, and electrifying highlights across all major leagues. From the gridiron to the diamond, we cover it all."
buttons={[
- {
- text: "Watch Highlights",
- href: "#latest",
- },
- {
- text: "Read Articles",
- href: "#latest",
- },
+ { text: "Watch Highlights", href: "#latest" },
+ { text: "Read Articles", href: "#latest" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/an-intense-high-energy-sports-montage-ba-1774597268554-ea66ff36.png"
imageAlt="CHODSSPORTS Hero"
@@ -74,26 +56,10 @@ export default function LandingPage() {
title="Comprehensive Coverage"
description="We dive deep into every league, delivering data-driven insights and exclusive reporting."
accordionItems={[
- {
- id: "1",
- title: "Football (NFL/NCAA)",
- content: "Breaking down every snap, play, and draft prospect with expert scouting reports.",
- },
- {
- id: "2",
- title: "Basketball (NBA/NCAA)",
- content: "Live game reactions, player rankings, and in-depth statistical breakdowns.",
- },
- {
- id: "3",
- title: "UFC & Fighting",
- content: "Cage-side analysis, fight previews, and exclusive post-fight commentary.",
- },
- {
- id: "4",
- title: "Hockey & Baseball",
- content: "Tracking puck possession and the evolution of pitch metrics in real-time.",
- },
+ { id: "1", title: "Football (NFL/NCAA)", content: "Breaking down every snap, play, and draft prospect with expert scouting reports." },
+ { id: "2", title: "Basketball (NBA/NCAA)", content: "Live game reactions, player rankings, and in-depth statistical breakdowns." },
+ { id: "3", title: "UFC & Fighting", content: "Cage-side analysis, fight previews, and exclusive post-fight commentary." },
+ { id: "4", title: "Hockey & Baseball", content: "Tracking puck possession and the evolution of pitch metrics in real-time." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/close-up-action-shot-of-a-professional-a-1774597267259-9c3ffc05.png"
mediaAnimation="slide-up"
@@ -101,43 +67,17 @@ export default function LandingPage() {
-
@@ -149,33 +89,9 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Alex Rivers",
- handle: "@sportsguy",
- testimonial: "The best breakdowns on the internet. Consistent, accurate, and always ahead of the curve.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/atmospheric-stadium-crowd-shot-blurred-b-1774597267245-55575927.png",
- },
+ id: "t1", name: "Alex Rivers", handle: "@sportsguy", testimonial: "The best breakdowns on the internet. Consistent, accurate, and always ahead of the curve.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/atmospheric-stadium-crowd-shot-blurred-b-1774597267245-55575927.png"},
{
- id: "t2",
- name: "Sarah Miller",
- handle: "@hoopfan",
- testimonial: "I never miss a video. The technical analysis is just what I need to understand the game better.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/close-up-sports-field-grass-with-stadium-1774597266391-9b755218.png",
- },
- {
- id: "t3",
- name: "Mike Davis",
- handle: "@ufc_expert",
- testimonial: "ChodsSports provides the best fight analysis for every single card. Essential viewing.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/cinematic-shot-of-a-ball-on-a-field-unde-1774597267053-d623532c.png",
- },
- {
- id: "t4",
- name: "Jordan Lee",
- handle: "@nflfanatic",
- testimonial: "The draft coverage alone is worth the sub. Incredible work by the whole team.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/view-from-stadium-seats-vibrant-colors-a-1774597267220-873db42d.png",
- },
+ id: "t2", name: "Sarah Miller", handle: "@hoopfan", testimonial: "I never miss a video. The technical analysis is just what I need to understand the game better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/close-up-sports-field-grass-with-stadium-1774597266391-9b755218.png"},
]}
title="What Fans Are Saying"
description="Join the growing community of sports enthusiasts who rely on us for their daily dose of action."
@@ -188,21 +104,10 @@ export default function LandingPage() {
title="Get in Touch"
description="Have tips, stories, or just want to talk shop? Drop us a message and we'll be in touch."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email Address",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Email Address" },
]}
- textarea={{
- name: "message",
- placeholder: "Your thoughts on the game?",
- }}
+ textarea={{ name: "message", placeholder: "Your thoughts on the game?" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG4OnvJG8QLE28sM1O741LPNS/immersive-sports-media-workspace-sleek-c-1774597267506-cef40d90.png"
mediaAnimation="slide-up"
/>
@@ -212,43 +117,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file