10 Commits

Author SHA1 Message Date
6fa6cb0d3b Merge version_5 into main
Merge version_5 into main
2026-05-05 06:48:12 +00:00
5cd814db46 Update theme colors 2026-05-05 06:48:09 +00:00
2a0f144f2e Merge version_4 into main
Merge version_4 into main
2026-05-05 06:45:19 +00:00
15ffa02a33 Update src/app/about/page.tsx 2026-05-05 06:45:13 +00:00
680b03f60d Merge version_4 into main
Merge version_4 into main
2026-05-05 06:44:51 +00:00
f99d88fe95 Update src/app/layout.tsx 2026-05-05 06:44:48 +00:00
c0cd60cef2 Update src/app/about/page.tsx 2026-05-05 06:44:48 +00:00
3316fede26 Merge version_4 into main
Merge version_4 into main
2026-05-05 06:44:27 +00:00
43f544a8d7 Update src/app/about/page.tsx 2026-05-05 06:44:21 +00:00
665f5afdb6 Merge version_3 into main
Merge version_3 into main
2026-05-05 06:42:53 +00:00
3 changed files with 35 additions and 36 deletions

View File

@@ -1,54 +1,53 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TextAbout from '@/components/sections/about/TextAbout';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FooterCard from '@/components/sections/footer/FooterCard';
import ReactLenis from "lenis/react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="blurBottom"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="blurBottom"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "/about" },
{ name: "Programs", id: "/#features" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Contact", id: "/#contact" },
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Midnimo Athletics"
/>
button={{ text: "Get Started" }}
/>
</div>
<div id="about" data-section="about" className="py-24">
<TextAbout
<SplitAbout
useInvertedBackground={false}
title="Our Mission at Midnimo Athletics"
tag="About Us"
/>
description="Midnimo Athletics is a dedicated after-school coaching program specifically designed for students from Kindergarten through 8th grade. Our mission is to build character, confidence, and agility in our youth by providing high-quality athletic training that fosters both personal growth and athletic excellence. We pride ourselves on creating an inclusive environment where every young athlete is supported in their unique development stage."
textboxLayout="default"
bulletPoints={[]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterCard
logoText="Midnimo Athletics"
columns={[
{ title: "Programs", items: [{ label: "K-4 Fundamentals", href: "/#features" }, { label: "5-8 Performance", href: "/#features" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/#contact" }] },
]}
/>
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'Midnimo Athletics | Elite Youth Coaching',
description: 'Premium after-school athletics program focused on building confidence and agility.',
title: 'About Us | Midnimo Athletics',
description: 'Learn about Midnimo Athletics, our mission, and our programs for K-8 students.',
openGraph: {
"title": "Midnimo Athletics",
"description": "Transforming youth through sports.",

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1e1b18;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);