From 23d1a416029e2dbd0dca91f1052faaa66b10b490 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:42:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 +++++++---------------------------------------- 1 file changed, 24 insertions(+), 149 deletions(-) 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() {
-
@@ -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