import { Button } from “@/components/ui/button”;
import { Card, CardContent } from “@/components/ui/card”;
import { CheckCircle } from “lucide-react”;
import { motion } from “framer-motion”;
export default function TrainerOnRetainer() {
return (
Trainer on Retainer – Just $19/Month!
Get expert coaching, accountability, and ongoing fitness guidance for less than the cost of a single training session. You don’t need an expensive program—just convenient access to a coach when you need it.
{benefits.map((benefit, index) => (
{benefit}
))}
Cancel anytime. No hidden fees. Get the support you need to stay on track!
);
}
const benefits = [
“Personalized workout guidance”,
“Direct access to expert coaching”,
“Ongoing motivation & accountability”,
“Flexible, easy-to-follow plans”,
“Exclusive tips & strategies”,
“Affordable price – just $19/month!”
];
Share/Like This Post