Merge version_4 into main #11

Merged
bender merged 2 commits from version_4 into main 2026-03-07 17:43:22 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Strategy Sport Academy", description: "Elite multisport training for athletes of all ages. Professional coaching in basketball, skating, martial arts, and more."};
title: "Strategy Sport Academy", description: "Elite multisport training for athletes of all ages"};
export default function RootLayout({
children,
@@ -14,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -213,7 +213,7 @@ export default function LandingPage() {
],
features: [
"4 training sessions per week", "Access to all programs", "Elite coaching staff", "Advanced performance analytics", "Priority facility access", "Tournament participation support"],
},
featureItemClassName: "bg-gradient-to-r from-blue-500/20 to-purple-500/20 border-l-2 border-blue-500 pl-3"},
{
id: "3", price: "AED 3,800", name: "Championship Program", buttons: [
{ text: "Get Started", href: "#" },