diff --git a/src/app/page.tsx b/src/app/page.tsx
index eb1ab13..9384b7f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,10 +8,11 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import FeatureBento from "@/components/sections/feature/FeatureBento";
-import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
+import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
+import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
-import { Trophy, Mail, Dumbbell, Star, TrendingUp } from "lucide-react";
+import { Trophy, Dumbbell, Star, TrendingUp, CheckCircle } from "lucide-react";
export default function PersonalTrainerPage() {
return (
@@ -111,14 +112,28 @@ export default function PersonalTrainerPage() {
/>
-
+
+
+
@@ -128,7 +143,7 @@ export default function PersonalTrainerPage() {
title="Begin Your Transformation"
description="Submit your application to see if you qualify for 1-1 coaching"
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
- buttonText="Submit Application"
+ buttonText="Apply for Coaching"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/athletic-woman-practicing-gymnastics_23-2150918093.jpg"
/>
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 7eac7dd..9f5c565 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #ffffffe6;
- --primary-cta: #e6e6e6;
+ --background: #000000;
+ --card: #0f0f0f;
+ --foreground: #ffffff;
+ --primary-cta: #ffd600;
--primary-cta-text: #e3deea;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #27231f;
- --accent: #737373;
- --background-accent: #737373;
+ --accent: #ffd600;
+ --background-accent: #262626;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);