diff --git a/src/app/page.tsx b/src/app/page.tsx index cb716fa..0dd5c99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,11 +136,11 @@ export default function LandingPage() { { id: "beginner", title: "Beginner Boxing Fundamentals", description: "Learn proper stance, footwork, and basic combinations. Perfect for first-timers in a welcoming environment.", tag: "Beginner", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-boxers-confronting-each-other_23-2148615127.jpg?_wi=1", imageAlt: "Beginner boxing training"}, + "http://img.b2bpic.net/free-photo/side-view-boxers-confronting-each-other_23-2148615127.jpg", imageAlt: "Beginner boxing training"}, { id: "fitness", title: "Fitness Boxing Conditioning", description: "High-energy workouts combining boxing with conditioning for weight loss, strength, and endurance.", tag: "Fitness", imageSrc: - "http://img.b2bpic.net/free-photo/couple-sportive-couple-running-jumping-air_23-2148038427.jpg?_wi=1", imageAlt: "Fitness boxing workout"}, + "http://img.b2bpic.net/free-photo/couple-sportive-couple-running-jumping-air_23-2148038427.jpg", imageAlt: "Fitness boxing workout"}, { id: "technical", title: "Technical Advanced Training", description: "Master advanced techniques, ring strategy, and footwork. For experienced boxers seeking mastery.", tag: "Advanced", imageSrc: @@ -166,16 +166,13 @@ export default function LandingPage() { products={[ { id: "weight-loss", name: "Weight Loss & Conditioning", price: "Every member", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-male-pointing_23-2148482699.jpg", imageAlt: "Weight loss transformation", buttons: [{ text: "Learn More", href: "#" }], - }, + "http://img.b2bpic.net/free-photo/high-angle-male-pointing_23-2148482699.jpg", imageAlt: "Weight loss transformation"}, { id: "confidence", name: "Confidence & Self-Defense", price: "Fast results", imageSrc: - "http://img.b2bpic.net/free-photo/couple-sportive-couple-running-jumping-air_23-2148038427.jpg?_wi=2", imageAlt: "Self-defense training", buttons: [{ text: "Learn More", href: "#" }], - }, + "http://img.b2bpic.net/free-photo/couple-sportive-couple-running-jumping-air_23-2148038427.jpg", imageAlt: "Self-defense training"}, { id: "discipline", name: "Discipline & Mental Strength", price: "Real boxing culture", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-boxers-confronting-each-other_23-2148615127.jpg?_wi=2", imageAlt: "Discipline building", buttons: [{ text: "Learn More", href: "#" }], - }, + "http://img.b2bpic.net/free-photo/side-view-boxers-confronting-each-other_23-2148615127.jpg", imageAlt: "Discipline building"}, ]} animationType="slide-up" gridVariant="three-columns-all-equal-width" @@ -249,7 +246,7 @@ export default function LandingPage() { "We offer flexible membership packages: Pay-as-you-go drop-in classes, monthly unlimited memberships, 3-month performance plans, and 6-month championship packages. All include access to our elite coaching and premium facilities."}, { id: "6", title: "Is Golden Glove suitable for weight loss?", content: - "Absolutely. Our Fitness Boxing Conditioning classes are specifically designed for weight loss, strength building, and cardiovascular health. Combined with proper nutrition, most members see significant results in 8-12 weeks."}, + "Absolutely. Our Fitness Boxing Conditioning classes are specifically designed for weight loss, strength building, and cardiovascular health. Combined with proper nutrition, most members see significant results in 8-12 weeks."} ]} textboxLayout="default" faqsAnimation="slide-up"