Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-17 00:25:00 +00:00

View File

@@ -54,12 +54,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-dancing-studio_23-2150621029.jpg", imageAlt: "Modern gym interior with professional equipment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32113.jpg", imageAlt: "Professional training session at PRO FIT" },
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dumbbells-gym_23-2148768912.jpg", imageAlt: "Elite fitness equipment collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061441.jpg", imageAlt: "Energetic group training session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197735.jpg", imageAlt: "Premium gym facilities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-dancing-studio_23-2150621029.jpg", imageAlt: "State of the art fitness environment" }
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-dancing-studio_23-2150621029.jpg?_wi=1", imageAlt: "Modern gym interior with professional equipment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32113.jpg?_wi=1", imageAlt: "Professional training session at PRO FIT" },
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dumbbells-gym_23-2148768912.jpg?_wi=1", imageAlt: "Elite fitness equipment collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061441.jpg?_wi=1", imageAlt: "Energetic group training session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197735.jpg?_wi=1", imageAlt: "Premium gym facilities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-dancing-studio_23-2150621029.jpg?_wi=2", imageAlt: "State of the art fitness environment" }
]}
ariaLabel="Hero section showcasing PRO FIT gym facilities"
/>
@@ -72,7 +72,7 @@ export default function LandingPage() {
tag="Our Excellence"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32113.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32113.jpg?_wi=2"
imageAlt="Professional training at PRO FIT"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -104,15 +104,15 @@ export default function LandingPage() {
features={[
{
id: "elite-equipment", title: "Elite Equipment", author: "Premium Collection", description: "State-of-the-art strength and cardio machines sourced globally for optimal performance and durability.", tags: ["Professional Grade", "Latest Models", "Well-Maintained"],
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dumbbells-gym_23-2148768912.jpg", imageAlt: "Professional gym equipment"
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dumbbells-gym_23-2148768912.jpg?_wi=2", imageAlt: "Professional gym equipment"
},
{
id: "vibrant-community", title: "Vibrant Community", author: "Energetic Atmosphere", description: "Join an energetic fitness family with shared goals, motivational vibes, and a supportive environment that fuels your dedication.", tags: ["Group Classes", "Motivational Energy", "Member Support"],
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061441.jpg", imageAlt: "Group training session"
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061441.jpg?_wi=2", imageAlt: "Group training session"
},
{
id: "premium-facilities", title: "Premium Facilities", author: "Clean & Modern", description: "Super huge and meticulously maintained spaces with modern amenities including locker rooms, showers, and dedicated training zones.", tags: ["Spacious Layout", "Clean Environment", "Modern Amenities"],
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197735.jpg", imageAlt: "Premium gym facilities"
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197735.jpg?_wi=2", imageAlt: "Premium gym facilities"
}
]}
ariaLabel="Features section of PRO FIT gym"