From 93f36f546061c596d4f2e39830e30ee460fddf9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:31:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32cf057..206009a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,8 +84,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: 1, title: "Combat Training Mats", description: "High-density professional mats for safe and effective martial arts practice.", imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-martial-arts-relaxation-concept-attractive-young-professional-woman-fighter-sitting-corner-boxing-ring-having-rest-after-intensive-training_343059-449.jpg", imageAlt: "Mats" }, - { id: 2, title: "Strength & Conditioning", description: "Full range of free weights, squat racks, and advanced cardio equipment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg", imageAlt: "Gym" }, + { id: 1, title: "Combat Training Mats", description: "High-density professional mats for safe and effective martial arts practice.", imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-martial-arts-relaxation-concept-attractive-young-professional-woman-fighter-sitting-corner-boxing-ring-having-rest-after-intensive-training_343059-449.jpg?_wi=1", imageAlt: "Mats" }, + { id: 2, title: "Strength & Conditioning", description: "Full range of free weights, squat racks, and advanced cardio equipment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg?_wi=1", imageAlt: "Gym" }, { id: 3, title: "Luxury Recovery Area", description: "Modern showers, sauna, and massage areas to help you recover fast.", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-football-locker-room_23-2150885807.jpg", imageAlt: "Recovery" } ]} title="Our World-Class Facilities" @@ -99,9 +99,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "basic", title: "Basic Access", price: "$49", period: "/mo", features: ["Gym Access", "Locker Rooms"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-japanese-hall-karate-training_654080-1922.jpg", imageAlt: "gym interior" }, - { id: "pro", title: "Pro Athlete", price: "$99", period: "/mo", features: ["Gym Access", "Martial Arts", "Sauna"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-martial-arts-relaxation-concept-attractive-young-professional-woman-fighter-sitting-corner-boxing-ring-having-rest-after-intensive-training_343059-449.jpg", imageAlt: "martial arts" }, - { id: "elite", title: "Elite Training", price: "$149", period: "/mo", features: ["Unlimited Training", "Personal Trainer", "Recovery"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg", imageAlt: "lifting area" } + { id: "basic", title: "Basic Access", price: "$49", period: "/mo", features: ["Gym Access", "Locker Rooms"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-japanese-hall-karate-training_654080-1922.jpg?_wi=1", imageAlt: "gym interior" }, + { id: "pro", title: "Pro Athlete", price: "$99", period: "/mo", features: ["Gym Access", "Martial Arts", "Sauna"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-martial-arts-relaxation-concept-attractive-young-professional-woman-fighter-sitting-corner-boxing-ring-having-rest-after-intensive-training_343059-449.jpg?_wi=2", imageAlt: "martial arts" }, + { id: "elite", title: "Elite Training", price: "$149", period: "/mo", features: ["Unlimited Training", "Personal Trainer", "Recovery"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg?_wi=2", imageAlt: "lifting area" } ]} title="Membership Options" description="Flexible plans to suit your fitness journey." @@ -141,7 +141,7 @@ export default function LandingPage() {