diff --git a/src/app/page.tsx b/src/app/page.tsx index def30a8..d0f074f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,16 +110,16 @@ export default function LandingPage() { description="Our team of highly qualified fitness professionals brings years of industry experience and proven track records of client transformations. Each trainer is certified, passionate, and committed to your success." members={[ { - id: "trainer-1", name: "Rajesh Kumar", role: "Head Trainer & Founder", description: "15+ years of fitness coaching experience. Specializes in body transformations and strength training. Certified personal trainer with expertise in nutrition counseling.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-gym_23-2149744646.jpg?_wi=1", imageAlt: "Rajesh Kumar - Head Trainer and Founder" + id: "trainer-1", name: "Rajesh Kumar", role: "Head Trainer & Founder", description: "15+ years of fitness coaching experience. Specializes in body transformations and strength training. Certified personal trainer with expertise in nutrition counseling.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-gym_23-2149744646.jpg", imageAlt: "Rajesh Kumar - Head Trainer and Founder" }, { - id: "trainer-2", name: "Priya Sharma", role: "Certified Nutrition Coach", description: "Specialized in customized diet plans and nutritional guidance. Helps members achieve sustainable results through science-backed nutrition strategies.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-walking-together_23-2149161279.jpg?_wi=1", imageAlt: "Priya Sharma - Certified Nutrition Coach" + id: "trainer-2", name: "Priya Sharma", role: "Certified Nutrition Coach", description: "Specialized in customized diet plans and nutritional guidance. Helps members achieve sustainable results through science-backed nutrition strategies.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-walking-together_23-2149161279.jpg", imageAlt: "Priya Sharma - Certified Nutrition Coach" }, { - id: "trainer-3", name: "Arjun Singh", role: "Strength & Conditioning Specialist", description: "Expert in progressive strength training and athletic performance. Certified in advanced resistance training methodologies with 10+ years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-gym_23-2149744646.jpg?_wi=2", imageAlt: "Arjun Singh - Strength Specialist" + id: "trainer-3", name: "Arjun Singh", role: "Strength & Conditioning Specialist", description: "Expert in progressive strength training and athletic performance. Certified in advanced resistance training methodologies with 10+ years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-gym_23-2149744646.jpg", imageAlt: "Arjun Singh - Strength Specialist" }, { - id: "trainer-4", name: "Neha Patel", role: "Transformations Coach", description: "Specializes in body transformation programs. Successfully coached 500+ clients through their fitness journey with personalized motivation and accountability.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-walking-together_23-2149161279.jpg?_wi=2", imageAlt: "Neha Patel - Transformations Coach" + id: "trainer-4", name: "Neha Patel", role: "Transformations Coach", description: "Specializes in body transformation programs. Successfully coached 500+ clients through their fitness journey with personalized motivation and accountability.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-walking-together_23-2149161279.jpg", imageAlt: "Neha Patel - Transformations Coach" } ]} gridVariant="four-items-2x2-equal-grid" @@ -191,7 +191,7 @@ export default function LandingPage() { id: "muscle-gain", value: "8kg", description: "Average Lean Muscle Gain in 6 Months" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false}