Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -47,21 +47,14 @@ export default function LandingPage() {
|
||||
title="Sculpt Your Best Self at Fitness Iron Gym"
|
||||
description="Experience Dhaka's premier fitness destination where luxury meets performance. Join a community dedicated to health, discipline, and results."
|
||||
testimonials={[
|
||||
{ name: "Shahrier Islam", handle: "@shahrier", testimonial: "These gym shorts are fantastic! The atmosphere is clean and perfect for my daily workout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fit-young-woman-staying-healthy-working-out-home-showing-mobile-app_1258-253451.jpg" },
|
||||
{ name: "Arifa Akter Eva", handle: "@arifa", testimonial: "I'm satisfied with the Girls Group here. Trainers are so helpful. I'll stay with this gym.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561948.jpg" },
|
||||
{ name: "Tushar Das", handle: "@tushar", testimonial: "Fantastic environment that enriches mental and physical health. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-woman-working-out-showing-biceps-recommending-smartphone-app-demonstrating-mobile_1258-253770.jpg" },
|
||||
{ name: "Kamrul Islam", handle: "@kamrul", testimonial: "The equipment is top notch and the staff is incredibly supportive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-showing-smartphone-clenching-fist-with-aggressive-expression-standing-pink-wall_141793-50072.jpg" },
|
||||
{ name: "Fatima Zahra", handle: "@fatima", testimonial: "The best investment for my health this year. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101468.jpg" }
|
||||
{ name: "Shahrier Islam", handle: "@shahrier", testimonial: "These gym shorts are fantastic! The atmosphere is clean and perfect for my daily workout.", rating: 5 },
|
||||
{ name: "Arifa Akter Eva", handle: "@arifa", testimonial: "I'm satisfied with the Girls Group here. Trainers are so helpful. I'll stay with this gym.", rating: 5 },
|
||||
{ name: "Tushar Das", handle: "@tushar", testimonial: "Fantastic environment that enriches mental and physical health. Highly recommend.", rating: 5 },
|
||||
{ name: "Kamrul Islam", handle: "@kamrul", testimonial: "The equipment is top notch and the staff is incredibly supportive.", rating: 5 },
|
||||
{ name: "Fatima Zahra", handle: "@fatima", testimonial: "The best investment for my health this year. Highly recommended!", rating: 5 }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-shirtless-man-lifting-weights_23-2148418188.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/muscular-shirtless-athlete-holds-barbell-disc-while-sits-bench-gym_613910-20688.jpg", alt: "A muscular shirtless athlete holds barbell disc while sits on a bench in the gym." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/weights-muscle-biceps-attractive-athlete_1303-475.jpg", alt: "weights muscle biceps attractive athlete" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bodybuilder-with-injured-leg-bandage-holds-barbell-near-cross-fit-stand-gym-club_613910-8064.jpg", alt: "Bodybuilder with injured leg in bandage holds barbell near cross fit stand in a gym club." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-training-with-barbell-black-background_176420-55840.jpg", alt: "Young powerful sportsman training with barbell over black background" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-shirtless-man-lifting-weights_23-2148418188.jpg", alt: "luxury gym interior modern lighting" }
|
||||
]}
|
||||
avatarText="Join 500+ satisfied members"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "24/7 Access" },
|
||||
@@ -129,8 +122,8 @@ export default function LandingPage() {
|
||||
groups={[
|
||||
{
|
||||
id: "g1", groupTitle: "Fitness Coaches", members: [
|
||||
{ id: "t1", title: "Aynal Vai", subtitle: "Senior Trainer", detail: "Extremely experienced and well-regarded for his mentorship.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg" },
|
||||
{ id: "t2", title: "Eti Apu", subtitle: "Wellness Guide", detail: "Empathetic, supportive, and dedicated to every member.", imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858031.jpg" }
|
||||
{ id: "t1", title: "Aynal Vai", subtitle: "Senior Trainer", detail: "Extremely experienced and well-regarded for his mentorship." },
|
||||
{ id: "t2", title: "Eti Apu", subtitle: "Wellness Guide", detail: "Empathetic, supportive, and dedicated to every member." }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -144,11 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "test1", title: "Weight Loss Success", quote: "I lost 10kg in 6 months! The training here is truly professional and caring.", name: "Fahsim Islam", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111522.jpg" },
|
||||
{ id: "test2", title: "Family Environment", quote: "I pass 2+ hours here every day. It's like my second family. Trainers are so friendly.", name: "Kamrul Islam", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-home_23-2148889664.jpg" },
|
||||
{ id: "test3", title: "Best in Dhaka", quote: "The atmosphere enriches our physical and mental health. Truly outstanding.", name: "Tushar Das", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg" },
|
||||
{ id: "test4", title: "Supportive Coaches", quote: "The trainer is very good and caring. I suggest everyone join here.", name: "Abdullah", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/person-training-exercising-desert_23-2151914695.jpg" },
|
||||
{ id: "test5", title: "Exceptional Quality", quote: "Outstanding gym with great trainers. I love working out here.", name: "Nazim Rubu", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/handsome-darkskinned-browneyed-brunette-longsleeved-tshirt-looks-into-camera-runs-upstairs-outdoors_197531-28721.jpg" }
|
||||
{ id: "test1", title: "Weight Loss Success", quote: "I lost 10kg in 6 months! The training here is truly professional and caring.", name: "Fahsim Islam", role: "Member" },
|
||||
{ id: "test2", title: "Family Environment", quote: "I pass 2+ hours here every day. It's like my second family. Trainers are so friendly.", name: "Kamrul Islam", role: "Member" },
|
||||
{ id: "test3", title: "Best in Dhaka", quote: "The atmosphere enriches our physical and mental health. Truly outstanding.", name: "Tushar Das", role: "Member" },
|
||||
{ id: "test4", title: "Supportive Coaches", quote: "The trainer is very good and caring. I suggest everyone join here.", name: "Abdullah", role: "Member" },
|
||||
{ id: "test5", title: "Exceptional Quality", quote: "Outstanding gym with great trainers. I love working out here.", name: "Nazim Rubu", role: "Member" }
|
||||
]}
|
||||
title="Voices of the Iron Gym Community"
|
||||
description="Read stories from those who transformed their bodies and minds in our gym."
|
||||
|
||||
Reference in New Issue
Block a user