diff --git a/src/app/page.tsx b/src/app/page.tsx
index 63a1749..fcc788d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -86,26 +86,45 @@ export default function FitForcePage() {
+ title="Exclusive Product Range"
+ description="Explore our curated selection of premium fitness equipment and supplements designed to enhance your training experience"
+ tag="Products"
+ tagIcon={Sparkles}
+ textboxLayout="default"
+ animationType="slide-up"
+ gridVariant="three-columns-all-equal-width"
+ features={[
+ {
+ id: "01",
+ title: "Resistance Bands",
+ description: "High-quality resistance bands for strength training and flexibility exercises.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Resistance bands"
+ },
+ {
+ id: "02",
+ title: "Protein Shakes",
+ description: "Boost your protein intake with our delicious and nutritious protein shakes.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Protein shakes"
+ },
+ {
+ id: "03",
+ title: "Heart Rate Monitor",
+ description: "Track your heart rate and optimize your workouts with our advanced heart rate monitor.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Heart rate monitor"
+ },
+ {
+ id: "04",
+ title: "Foam Roller",
+ description: "Relieve muscle tension and improve recovery with our durable foam roller.",
+ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
+ imageAlt: "Foam roller"
+ }
+ ]}
+ useInvertedBackground="noInvert"
+ />