diff --git a/src/app/page.tsx b/src/app/page.tsx
index acf1508..81bd805 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,116 +32,71 @@ export default function LandingPage() {
@@ -372,23 +227,14 @@ export default function LandingPage() {
carouselMode="buttons"
metrics={[
{
- id: "quizzes",
- icon: BarChart,
- title: "Quiz Categories",
- value: "10+",
- },
+ id: "quizzes", icon: BarChart,
+ title: "Quiz Categories", value: "10+"},
{
- id: "daily-challenges",
- icon: CalendarDays,
- title: "Daily Challenges",
- value: "5+",
- },
+ id: "daily-challenges", icon: CalendarDays,
+ title: "Daily Challenges", value: "5+"},
{
- id: "weekly-challenges",
- icon: CalendarClock,
- title: "Weekly Challenges",
- value: "3+",
- },
+ id: "weekly-challenges", icon: CalendarClock,
+ title: "Weekly Challenges", value: "3+"},
]}
title="Interactive Quizzes & Challenge Mode"
description="Test your football IQ and skill with thousands of questions, daily challenges, and a reward system to track your progress and climb the leaderboards."
@@ -404,25 +250,15 @@ export default function LandingPage() {
author="Marcus 'The Dribbler' Stone"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885261.jpg",
- alt: "young football player happy face",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885261.jpg", alt: "young football player happy face"},
{
- src: "http://img.b2bpic.net/free-photo/happy-young-woman-mature-man-sitting-table-with-female-professional-with-tablet-looking-camera-posing-smiling-waving-hello_74855-10215.jpg",
- alt: "parent smiling proud football",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-young-woman-mature-man-sitting-table-with-female-professional-with-tablet-looking-camera-posing-smiling-waving-hello_74855-10215.jpg", alt: "parent smiling proud football"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-crossed-arms-standing-restaurant_23-2147955310.jpg",
- alt: "football coach older professional",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-crossed-arms-standing-restaurant_23-2147955310.jpg", alt: "football coach older professional"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg",
- alt: "adult amateur football player",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", alt: "adult amateur football player"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg",
- alt: "Medium shot african american man posing with a soccer ball",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg", alt: "Medium shot african american man posing with a soccer ball"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -433,8 +269,7 @@ export default function LandingPage() {
@@ -458,79 +289,47 @@ export default function LandingPage() {