From 17c069e3097cef7e6bfde0b6740df6c1994936e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 15:14:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 930f9d9..b5a791d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Book Free Trial Class", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/men-training-together-outdoors-with-weights_23-2150765064.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-training-together-outdoors-with-weights_23-2150765064.jpg?_wi=1" imageAlt="Martial arts training in progress" showDimOverlay={false} ariaLabel="Hero section - Arjuna Kalari martial arts training" @@ -120,13 +120,13 @@ export default function LandingPage() { title: "Kids Training", description: "Build discipline, confidence, and physical fitness in a safe, supportive environment. Perfect for children age 8 and above to develop focus and respect.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-practicing-boxing_23-2150930346.jpg", imageAlt: "Kids martial arts training", button: { text: "Enroll Now", href: "#contact" } }, { - title: "Adult Training", description: "Transform your fitness and mental strength. Our adult programs focus on practical self-defense, stamina building, and stress relief through traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/thai-boxers-practicing-boxing_107420-64971.jpg", imageAlt: "Adult martial arts training", button: { text: "Start Training", href: "#contact" } + title: "Adult Training", description: "Transform your fitness and mental strength. Our adult programs focus on practical self-defense, stamina building, and stress relief through traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/thai-boxers-practicing-boxing_107420-64971.jpg?_wi=1", imageAlt: "Adult martial arts training", button: { text: "Start Training", href: "#contact" } }, { - title: "Self-Defense Mastery", description: "Learn practical techniques to protect yourself with confidence. Comprehensive self-defense training grounded in authentic Kalaripayattu principles.", imageSrc: "http://img.b2bpic.net/free-photo/african-sporty-man-boxing-mixed-people-training_1157-46278.jpg", imageAlt: "Self-defense training class", button: { text: "Learn Self-Defense", href: "#contact" } + title: "Self-Defense Mastery", description: "Learn practical techniques to protect yourself with confidence. Comprehensive self-defense training grounded in authentic Kalaripayattu principles.", imageSrc: "http://img.b2bpic.net/free-photo/african-sporty-man-boxing-mixed-people-training_1157-46278.jpg?_wi=1", imageAlt: "Self-defense training class", button: { text: "Learn Self-Defense", href: "#contact" } }, { - title: "Traditional Styles", description: "Master the three main Kalaripayattu forms: Thekkan (southern), Vadakkan (northern), and Lehalamura. Each style offers unique benefits and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-boxer-standing_107420-65169.jpg", imageAlt: "Traditional martial arts class", button: { text: "Explore Styles", href: "#contact" } + title: "Traditional Styles", description: "Master the three main Kalaripayattu forms: Thekkan (southern), Vadakkan (northern), and Lehalamura. Each style offers unique benefits and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-boxer-standing_107420-65169.jpg?_wi=1", imageAlt: "Traditional martial arts class", button: { text: "Explore Styles", href: "#contact" } } ]} gridVariant="two-columns-alternating-heights" @@ -143,16 +143,16 @@ export default function LandingPage() {