13 Commits

Author SHA1 Message Date
f71cd1010b Update src/app/page.tsx 2026-03-07 17:46:49 +00:00
0a3d2ad3d8 Update src/app/page.tsx 2026-03-07 17:44:47 +00:00
4d93cada3f Update src/app/page.tsx 2026-03-07 17:43:18 +00:00
fc3cbbefb2 Update src/app/layout.tsx 2026-03-07 17:43:18 +00:00
26e5c24c0a Merge version_3 into main
Merge version_3 into main
2026-03-07 12:28:48 +00:00
b021ac5d9f Update theme colors 2026-03-07 12:28:41 +00:00
80d8582b16 Merge version_3 into main
Merge version_3 into main
2026-03-07 12:09:12 +00:00
5cddeab625 Update src/app/page.tsx 2026-03-07 12:09:08 +00:00
67db3165d4 Merge version_3 into main
Merge version_3 into main
2026-03-07 12:00:31 +00:00
d8648243a5 Update src/app/page.tsx 2026-03-07 12:00:25 +00:00
d05009414b Merge version_3 into main
Merge version_3 into main
2026-03-07 11:58:00 +00:00
a2ed16f6a4 Update src/app/page.tsx 2026-03-07 11:57:55 +00:00
ba9826d3a0 Merge version_2 into main
Merge version_2 into main
2026-03-07 11:39:39 +00:00
3 changed files with 31 additions and 22 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

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Explore Programs", href: "#programs" },
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaJlRGAuwhxeSgHDYwEa0Lfkdx/uploaded-1772882576380-qz1jyrto.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaJlRGAuwhxeSgHDYwEa0Lfkdx/uploaded-1772885339901-xktfc7tr.png"
imageAlt="Strategy Sport Academy elite athletic training facility"
mediaAnimation="slide-up"
frameStyle="card"
@@ -171,17 +171,23 @@ export default function LandingPage() {
tagIcon={Quote}
testimonials={[
{
id: "1", name: "Ahmed Al-Zaabi", role: "Student Athlete - Basketball", testimonial: "The coaching here is world-class. They not only taught me basketball fundamentals but also helped me develop discipline, confidence, and a winning mindset. I feel supported and encouraged every single day. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-black-basketball-player-holds-ball-grey-background_613910-8374.jpg", imageAlt: "Ahmed Al-Zaabi"},
id: "1", name: "Ahmed Al-Zaabi", role: "Student Athlete - Basketball", testimonial: "The coaching here is world-class. They not only taught me basketball fundamentals but also helped me develop discipline, confidence, and a winning mindset. I feel supported and encouraged every single day. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-black-basketball-player-holds-ball-grey-background_613910-8374.jpg", imageAlt: "Ahmed Al-Zaabi"
},
{
id: "2", name: "Layla Al-Maktoum", role: "Student Athlete - Skating", testimonial: "Strategy Sport Academy transformed my skating abilities. The personalized coaching and structured training programs helped me progress faster than anywhere else. The coaches genuinely care about your growth.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-portrait-gray-background_158595-5964.jpg", imageAlt: "Layla Al-Maktoum"},
id: "2", name: "Layla Al-Maktoum", role: "Student Athlete - Skating", testimonial: "Strategy Sport Academy transformed my skating abilities. The personalized coaching and structured training programs helped me progress faster than anywhere else. The coaches genuinely care about your growth.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-portrait-gray-background_158595-5964.jpg", imageAlt: "Layla Al-Maktoum"
},
{
id: "3", name: "Mohammed Al-Falahi", role: "Parent - Football Program", testimonial: "My son has grown not just as an athlete but as a person. The values instilled by the coaches - discipline, respect, teamwork - are invaluable. We trust them completely with our child's development.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", imageAlt: "Mohammed Al-Falahi"},
id: "3", name: "Mohammed Al-Falahi", role: "Parent - Football Program", testimonial: "My son has grown not just as an athlete but as a person. The values instilled by the coaches - discipline, respect, teamwork - are invaluable. We trust them completely with our child's development.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", imageAlt: "Mohammed Al-Falahi"
},
{
id: "4", name: "Zainab Al-Marri", role: "Student Athlete - Muay Thai", testimonial: "The Muay Thai program builds real confidence. Beyond the technical skills, I learned mental toughness and self-discipline that I carry into everything I do. It's changed how I see myself.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-guy-with-sport-body-morning-stadium-he-wears-black-t-shirt-headphones-he-keeps-muscular-hands-crossed-smiles-camera_197531-1137.jpg", imageAlt: "Zainab Al-Marri"},
id: "4", name: "Zainab Al-Marri", role: "Student Athlete - Muay Thai", testimonial: "The Muay Thai program builds real confidence. Beyond the technical skills, I learned mental toughness and self-discipline that I carry into everything I do. It's changed how I see myself.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-guy-with-sport-body-morning-stadium-he-wears-black-t-shirt-headphones-he-keeps-muscular-hands-crossed-smiles-camera_197531-1137.jpg", imageAlt: "Zainab Al-Marri"
},
{
id: "5", name: "Hassan Al-Hosani", role: "Student Athlete - Skateboarding", testimonial: "Amazing facility and incredibly supportive coaches. They push you to be better while making sure you love what you're doing. That's the perfect balance for real growth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-facial-hair_181624-21795.jpg", imageAlt: "Hassan Al-Hosani"},
id: "5", name: "Hassan Al-Hosani", role: "Student Athlete - Skateboarding", testimonial: "Amazing facility and incredibly supportive coaches. They push you to be better while making sure you love what you're doing. That's the perfect balance for real growth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-facial-hair_181624-21795.jpg", imageAlt: "Hassan Al-Hosani"
},
{
id: "6", name: "Amira Al-Zaabi", role: "Parent - Multi-Sport", testimonial: "Our two children attend different programs. Both have shown tremendous growth athletically and personally. The Academy genuinely cares about developing whole athletes, not just winning records.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-ethnic-guy-standing-with-football_23-2148203543.jpg", imageAlt: "Amira Al-Zaabi"},
id: "6", name: "Amira Al-Zaabi", role: "Parent - Multi-Sport", testimonial: "Our two children attend different programs. Both have shown tremendous growth athletically and personally. The Academy genuinely cares about developing whole athletes, not just winning records.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-ethnic-guy-standing-with-football_23-2148203543.jpg", imageAlt: "Amira Al-Zaabi"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -203,7 +209,8 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#" },
],
features: [
"2 training sessions per week", "Access to one program", "Professional coaching", "Basic performance tracking", "Member community access"],
"2 training sessions per week", "Access to one program", "Professional coaching", "Basic performance tracking", "Member community access"
],
},
{
id: "2", badge: "Most Popular", badgeIcon: Star,
@@ -212,7 +219,8 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#" },
],
features: [
"4 training sessions per week", "Access to all programs", "Elite coaching staff", "Advanced performance analytics", "Priority facility access", "Tournament participation support"],
"4 training sessions per week", "Access to all programs", "Elite coaching staff", "Advanced performance analytics", "Priority facility access", "Tournament participation support"
]
},
{
id: "3", price: "AED 3,800", name: "Championship Program", buttons: [
@@ -220,7 +228,8 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#" },
],
features: [
"6 training sessions per week", "Unlimited program access", "Personal coaching sessions", "Comprehensive athletic development plan", "VIP facility access", "Competition coaching & preparation", "Nutrition & conditioning guidance"],
"6 training sessions per week", "Unlimited program access", "Personal coaching sessions", "Comprehensive athletic development plan", "VIP facility access", "Competition coaching & preparation", "Nutrition & conditioning guidance"
],
},
]}
textboxLayout="default"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f0f8ff;
--card: #e6f2ff;
--foreground: #0d1b2a;
--primary-cta: #ff6b35;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0a0a0a;
--accent: #04a7c4;
--background-accent: #ffd089;
--background: #000000;
--card: #1f1f40;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #0a051a;
--secondary-cta: #0d0d2b;
--secondary-cta-text: #d4d4f6;
--accent: #3d2880;
--background-accent: #663cff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);