diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0018b4..980d3ff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -154,41 +154,32 @@ export default function FitForcePage() {
+ title="Investment in Your Health"
+ description="Flexible training packages designed to fit your goals and budget"
+ tag="Pricing"
+ tagIcon={Zap}
+ textboxLayout="default"
+ animationType="slide-up"
+ plans={[
+ {
+ id: "2",
+ badge: "Most Popular",
+ badgeIcon: Sparkles,
+ price: "$480/mo",
+ name: "4-Week Package",
+ buttons: [
+ { text: "Get Started", href: "contact" }
+ ],
+ features: [
+ "4 sessions per month",
+ "Personalized program design",
+ "Nutrition guidance",
+ "Progress tracking and adjustments"
+ ]
+ }
+ ]}
+ useInvertedBackground="noInvert"
+ />