Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 18:17:42 +00:00
2 changed files with 37 additions and 76 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Chess Club | Master Your Game", description: "Join our vibrant chess community with expert coaching, monthly tournaments, and state-of-the-art facilities for players of all skill levels.", keywords: "chess club, chess lessons, chess tournaments, chess coaching, chess community, chess training", metadataBase: new URL("https://chessclub.com"),
alternates: {
canonical: "https://chessclub.com"},
openGraph: {
title: "Chess Club | Master Your Game", description: "Join 150+ passionate chess players and elevate your game with expert instruction and competitive tournaments.", url: "https://chessclub.com", siteName: "Chess Club", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/classic-chess-board-still-life_23-2150314878.jpg", alt: "Chess Club - Master Your Game"},
],
},
twitter: {
card: "summary_large_image", title: "Chess Club | Master Your Game", description: "Join our thriving chess community with expert coaching and tournaments.", images: ["http://img.b2bpic.net/free-photo/classic-chess-board-still-life_23-2150314878.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Chess Club - Master the Game", description: "Join our vibrant chess community. Improve your skills, compete in tournaments, and connect with passionate chess players."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -197,25 +197,25 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardSeven
title="Our Impact by the Numbers"
description="Demonstrating our commitment to developing chess excellence and building a thriving community."
tag="Achievements"
title="Our Chess Club Impact"
description="Measuring our success through growth, achievements, and the development of our chess community."
tag="By The Numbers"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
uniformGridCustomHeightClasses="min-h-80 2xl:min-h-95"
metrics={[
{
id: "1", value: "150+", title: "Active Members", items: ["Growing community each month", "All skill levels welcome", "Dedicated membership benefits"]
id: "1", value: "150+", title: "Active Members", items: ["Members across all levels", "Monthly membership growth", "Inclusive community welcome"]
},
{
id: "2", value: "12", title: "Annual Tournaments", items: ["Monthly competitive events", "Rating-based divisions", "Exciting prizes awarded"]
id: "2", value: "12", title: "Tournaments Annually", items: ["Monthly competitive events", "Rating-based divisions", "Tournament prizes available"]
},
{
id: "3", value: "25+", title: "Master Instructors", items: ["FIDE certified coaches", "Personalized training programs", "Expert-level guidance"]
id: "3", value: "25+", title: "Expert Coaches", items: ["FIDE certified instructors", "Personalized coaching available", "Masters & professionals"]
},
{
id: "4", value: "5+", title: "Years of Excellence", items: ["Established reputation", "Proven track record", "Community trusted resource"]
id: "4", value: "5+", title: "Years Operating", items: ["Established in the community", "Proven track record", "Trusted chess resource"]
}
]}
/>
@@ -223,36 +223,36 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Find answers to common questions about membership, tournaments, coaching, and our facilities."
tag="Help Center"
title="Your Chess Club Questions Answered"
description="Learn everything you need to know about joining, tournaments, coaching, and how our club can help you grow as a player."
tag="Common Questions"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What are the membership requirements?", content: "Anyone interested in chess can join! We welcome beginners through advanced players. Membership includes access to our facilities, coaching opportunities, and tournament participation at all levels."
id: "1", title: "How do I join the chess club?", content: "Joining is easy! Simply visit our facility, fill out a membership application, and choose your membership plan. You'll have immediate access to our club facilities, tournaments, and coaching programs. New members are always welcome!"
},
{
id: "2", title: "How much does membership cost?", content: "We offer flexible membership plans starting at $25/month for casual members and $75/month for competitive members with tournament access. Annual memberships receive a 15% discount."
id: "2", title: "What are the membership fees?", content: "We offer flexible membership options: Casual ($25/month) for practice and casual play, Competitive ($75/month) for tournament access and coaching, and Annual ($270) with a 15% discount. All memberships include facility access."
},
{
id: "3", title: "Do you offer coaching for beginners?", content: "Absolutely! Our beginner coaching program is perfect for those just starting their chess journey. We offer group classes and private lessons tailored to your learning pace and goals."
id: "3", title: "Do you teach beginners?", content: "Absolutely! Our beginner coaching program welcomes players of all levels. We offer group classes, private lessons, and mentorship tailored to your learning pace. Our coaches are patient and experienced in teaching newcomers to chess."
},
{
id: "4", title: "How often are tournaments held?", content: "We organize tournaments monthly, including rapid, blitz, and classical formats. Each tournament has divisions based on rating, ensuring competitive matches for all levels."
id: "4", title: "How frequently are tournaments organized?", content: "We host tournaments every month in various formats: Rapid (25+5), Blitz (5+3), and Classical (60+15). Each tournament has divisions based on rating, so you'll compete with players at your level. Check our calendar for upcoming events!"
},
{
id: "5", title: "Can I play online with club members?", content: "Yes! Our members have access to an exclusive online platform where you can play, analyze games, and participate in virtual tournaments whenever it's convenient for you."
id: "5", title: "Can I play online with the club?", content: "Yes! Our members have access to an exclusive online platform where you can play with other club members, participate in virtual tournaments, and access training resources. Play on your schedule, anytime and anywhere."
},
{
id: "6", title: "What is your facility like?", content: "Our state-of-the-art facility features tournament-grade boards and clocks, comfortable seating areas, a library of chess books, and dedicated coaching rooms. It's the perfect environment to focus on your game."
id: "6", title: "What's included in club membership?", content: "Membership includes: access to our facility with premium boards and clocks, participation in tournaments (competitive plan), coaching opportunities, access to our online platform, training materials, chess library, and a community of players to learn from and play with."
},
{
id: "7", title: "Are there youth programs available?", content: "Yes! Our youth development program is designed specifically for young players. We offer specialized coaching, junior tournaments, and mentorship from experienced players to nurture the next generation."
id: "7", title: "Are there programs for young players?", content: "Yes! Our Youth Development Program is designed specifically for young chess players. We offer specialized coaching, junior-level tournaments, mentorship from experienced players, and a supportive environment to develop chess talent and build confidence."
},
{
id: "8", title: "How do I get started?", content: "Simply fill out our membership form and choose your plan. You'll receive access credentials immediately and can attend our next club meeting or tournament. Welcome to the club!"
id: "8", title: "How do I get started?", content: "Getting started is simple: 1) Contact us or visit our facility, 2) Choose your membership plan, 3) Complete your registration, 4) Attend your first event! We'll welcome you warmly and help you connect with the community right away."
}
]}
/>
@@ -260,12 +260,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to elevate your chess game and join our community? Sign up today and take the first move toward becoming the player you aspire to be."
text="Ready to join a thriving chess community? Take your first step today. Connect with us to learn more about membership options, upcoming tournaments, and how we can help you achieve your chess goals."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Join the Club", href: "https://example.com/join" },
{ text: "Join Now", href: "https://example.com/join" },
{ text: "Contact Us", href: "mailto:info@chessclub.com" }
]}
/>
@@ -275,26 +275,26 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation", items: [
title: "Quick Links", items: [
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "About Us", href: "#about" },
{ label: "Features", href: "#features" },
{ label: "Team", href: "#team" }
{ label: "Our Team", href: "#team" }
]
},
{
title: "Community", items: [
{ label: "Tournaments", href: "#" },
{ label: "Coaching", href: "#" },
{ label: "Events", href: "#" },
{ label: "Members", href: "#" }
title: "Chess Club", items: [
{ label: "Tournaments", href: "#metrics" },
{ label: "Coaching", href: "#features" },
{ label: "Membership", href: "#contact" },
{ label: "Events", href: "#about" }
]
},
{
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Training", href: "#" },
title: "Information", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Training Resources", href: "#features" },
{ label: "Community Forum", href: "#" },
{ label: "Contact", href: "#contact" }
]
},