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" />