Update src/app/page.tsx

This commit is contained in:
2026-05-06 09:23:23 +00:00
parent 8dd0273b2b
commit d552d93181

View File

@@ -89,17 +89,17 @@ export default function LandingPage() {
description="Proven programs developed through years of experience in high-performance fitness."
features={[
{
title: "Strength Conditioning", description: "Raw, focused power development.", bentoComponent: { items: [
title: "Strength Conditioning", description: "Raw, focused power development.", bentoComponent: { bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-adults-sport-gym-using-kettlebells_23-2149255830.jpg", imageAlt: "Strength Training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg", imageAlt: "Boxing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gym-concept-with-man-mounting-barbell_23-2147671884.jpg", imageAlt: "Powerlifting" }
] }
},
{
title: "Boxing & Combat", description: "Discipline that hits back.", bentoComponent: { icon: Shield }
title: "Boxing & Combat", description: "Discipline that hits back.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield }
},
{
title: "Elite Coaching", description: "Guidance from the best in the city.", bentoComponent: { items: [
title: "Elite Coaching", description: "Guidance from the best in the city.", bentoComponent: { bentoComponent: "icon-info-cards", items: [
{ icon: CheckCircle, label: "Expertise", value: "Pro" },
{ icon: Zap, label: "Intensity", value: "Max" },
{ icon: Star, label: "Focus", value: "Total" }