diff --git a/src/app/page.tsx b/src/app/page.tsx
index fcc788d..c0018b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -86,45 +86,45 @@ export default function FitForcePage() {
+ title="Custom Training Programs"
+ description="Tailored workout plans designed to help you achieve your fitness goals efficiently."
+ tag="Programs"
+ tagIcon={Sparkles}
+ textboxLayout="default"
+ animationType="slide-up"
+ gridVariant="three-columns-all-equal-width"
+ features={[
+ {
+ id: "01",
+ title: "Strength Training",
+ description: "Build muscle and increase your strength with our expertly crafted strength training programs.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Strength training"
+ },
+ {
+ id: "02",
+ title: "Cardiovascular Fitness",
+ description: "Improve your cardiovascular health and endurance with our high-intensity interval training programs.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Cardiovascular fitness"
+ },
+ {
+ id: "03",
+ title: "Flexibility and Mobility",
+ description: "Enhance your flexibility and mobility with our yoga and stretching programs.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Flexibility and mobility"
+ },
+ {
+ id: "04",
+ title: "Weight Loss",
+ description: "Lose weight and maintain a healthy lifestyle with our comprehensive weight loss programs.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Weight loss"
+ }
+ ]}
+ useInvertedBackground="noInvert"
+ />