Update src/app/page.tsx

This commit is contained in:
2026-04-28 12:15:24 +00:00
parent d236ba084f
commit 9e0f6e7b9f

View File

@@ -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() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Client Excellence"
description="Testimonials from men who raised their standards."
<div id="offer" data-section="offer">
<PricingCardOne
title="The Coaching Program"
description="High-end programming and support structure for serious athletes."
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={true}
plans={[
{ id: "p1", badge: "Elite", price: "$499", subtitle: "Complete Transformation", features: ["Custom Training Split", "Advanced Nutrition Macros", "Weekly Check-ins", "24/7 Priority Support"] }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Client Success"
cardTag="Results"
cardAnimation="slide-up"
useInvertedBackground={true}
testimonials={[
{ id: "t1", title: "Peak Status", quote: "Roshdy transformed my physique and my mindset completely.", name: "Alexander K.", role: "Executive Professional" }
{ id: "t1", name: "Alexander K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg" },
{ id: "t2", name: "Marcus R.", imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg" }
]}
/>
</div>
@@ -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"
/>