diff --git a/src/app/page.tsx b/src/app/page.tsx
index 52cfc5f..f903c9b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,94 +32,42 @@ export default function LandingPage() {
@@ -130,18 +78,9 @@ export default function LandingPage() {
title="Why Learn With Us"
description="Our curriculum is designed by FIDE-rated masters to provide a structured path from beginner to club-level mastery. We bridge the gap between amateur play and professional strategy."
metrics={[
- {
- value: "15k+",
- title: "Active Students",
- },
- {
- value: "500+",
- title: "Chess Lectures",
- },
- {
- value: "24/7",
- title: "Support",
- },
+ { value: "15k+", title: "Active Students" },
+ { value: "500+", title: "Chess Lectures" },
+ { value: "24/7", title: "Support" }
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-old-man-playing-chess_23-2149833660.jpg"
imageAlt="Grandmaster analyzing a game"
@@ -156,21 +95,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Lightbulb,
- title: "Strategic Thinking",
- description: "Learn to calculate variations deeply and intuitively.",
- },
- {
- icon: Award,
- title: "Tactical Drills",
- description: "Interactive puzzles to sharpen your pattern recognition.",
- },
- {
- icon: Clock,
- title: "Flexible Learning",
- description: "Study at your own pace with mobile-friendly access.",
- },
+ { icon: Lightbulb, title: "Strategic Thinking", description: "Learn to calculate variations deeply and intuitively." },
+ { icon: Award, title: "Tactical Drills", description: "Interactive puzzles to sharpen your pattern recognition." },
+ { icon: Clock, title: "Flexible Learning", description: "Study at your own pace with mobile-friendly access." }
]}
title="Core Features"
description="Everything you need to improve your game in one intuitive platform."
@@ -184,48 +111,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Beginner Masterclass",
- price: "$49",
- variant: "Fundamentals",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476126.jpg",
- },
- {
- id: "2",
- name: "Tactical Brilliance",
- price: "$79",
- variant: "Advanced",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476132.jpg",
- },
- {
- id: "3",
- name: "Positional Mastery",
- price: "$99",
- variant: "Advanced",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-table-with-people-playing-chess-tournament_181624-61117.jpg",
- },
- {
- id: "4",
- name: "Endgame Secrets",
- price: "$69",
- variant: "Professional",
- imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-chess-set-chessboard_181624-45482.jpg",
- },
- {
- id: "5",
- name: "Opening Repertoire",
- price: "$89",
- variant: "Professional",
- imageSrc: "http://img.b2bpic.net/free-photo/transparent-chess-pieces-board_23-2148198783.jpg",
- },
- {
- id: "6",
- name: "Speed Chess Drills",
- price: "$59",
- variant: "Intermediate",
- imageSrc: "http://img.b2bpic.net/free-photo/young-old-men-playing-chess-side-view_23-2150128775.jpg",
- },
+ { id: "1", name: "Beginner Masterclass", price: "$49", variant: "Fundamentals", imageSrc: "http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476126.jpg" },
+ { id: "2", name: "Tactical Brilliance", price: "$79", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476132.jpg" },
+ { id: "3", name: "Positional Mastery", price: "$99", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/closeup-table-with-people-playing-chess-tournament_181624-61117.jpg" },
+ { id: "4", name: "Endgame Secrets", price: "$69", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-chess-set-chessboard_181624-45482.jpg" },
+ { id: "5", name: "Opening Repertoire", price: "$89", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/transparent-chess-pieces-board_23-2148198783.jpg" },
+ { id: "6", name: "Speed Chess Drills", price: "$59", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/young-old-men-playing-chess-side-view_23-2150128775.jpg" }
]}
title="Our Courses"
description="Explore our curated catalog of masterclasses and strategy guides."
@@ -239,28 +130,11 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "starter",
- badge: "Essential",
- price: "$15/mo",
- subtitle: "Access to beginner library",
- features: [
- "50+ Courses",
- "Mobile App",
- "Community Forum",
- ],
+ id: "starter", badge: "Essential", price: "$15/mo", subtitle: "Access to beginner library", features: ["50+ Courses", "Mobile App", "Community Forum"]
},
{
- id: "pro",
- badge: "Most Popular",
- price: "$29/mo",
- subtitle: "Full platform access",
- features: [
- "All Courses",
- "Live Lectures",
- "Priority Support",
- "Personalized Drills",
- ],
- },
+ id: "pro", badge: "Most Popular", price: "$29/mo", subtitle: "Full platform access", features: ["All Courses", "Live Lectures", "Priority Support", "Personalized Drills"]
+ }
]}
title="Flexible Learning Plans"
description="Simple, transparent pricing to help you grow your game."
@@ -269,51 +143,16 @@ export default function LandingPage() {
@@ -378,32 +191,8 @@ export default function LandingPage() {