Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:18:47 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -47,27 +47,27 @@ export default function LandingPage() {
tag="4.7★ | 250+ Google Reviews"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63678.jpg?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63678.jpg"
imageAlt="Colosseum Gym - Professional strength training facility"
imagePosition="right"
mediaAnimation="opacity"
testimonials={[
{
name: "Michael O'Connor", handle: "Regular Member", testimonial: "Best gym in Dublin. The equipment is top-notch and the staff actually cares about your progress.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Michael O'Connor"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Michael O'Connor"
},
{
name: "Sarah Murphy", handle: "Boxing Enthusiast", testimonial: "Finally found a gym that takes boxing seriously. No pretense, just real training.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=1", imageAlt: "Sarah Murphy"
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", imageAlt: "Sarah Murphy"
},
{
name: "David Chen", handle: "Personal Training Client", testimonial: "The trainers here know their stuff. They've completely transformed my approach to fitness.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio-shades_1303-30166.jpg?_wi=1", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio-shades_1303-30166.jpg", imageAlt: "David Chen"
},
{
name: "Emma Walsh", handle: "Member for 3 Years", testimonial: "Switched from a chain gym and never looked back. This is a real community.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg?_wi=1", imageAlt: "Emma Walsh"
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg", imageAlt: "Emma Walsh"
}
]}
buttons={[
@@ -91,22 +91,21 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Equipment", title: "Hardcore Equipment", subtitle: "Built for serious lifters.", description: "Complete free weight section, modern strength machines, Olympic platforms, and cable stations. Everything you need to build real strength without compromises.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg?_wi=1", imageAlt: "Colosseum Gym equipment and machines"
tag: "Equipment", title: "Hardcore Equipment", subtitle: "Built for serious lifters.", description: "Complete free weight section, modern strength machines, Olympic platforms, and cable stations. Everything you need to build real strength without compromises.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Colosseum Gym equipment and machines"
},
{
id: 2,
tag: "Training", title: "Boxing Facilities", subtitle: "Professional-grade setup.", description: "Dedicated boxing area with heavy bags, speed bags, and ring. Whether you're a beginner learning the fundamentals or an experienced fighter sharpening your skills, we have what you need.", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg?_wi=1", imageAlt: "Boxing training facility at Colosseum Gym"
tag: "Training", title: "Boxing Facilities", subtitle: "Professional-grade setup.", description: "Dedicated boxing area with heavy bags, speed bags, and ring. Whether you're a beginner learning the fundamentals or an experienced fighter sharpening your skills, we have what you need.", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg", imageAlt: "Boxing training facility at Colosseum Gym"
},
{
id: 3,
tag: "Community", title: "Expert Staff", subtitle: "Experienced and welcoming.", description: "Our team knows the iron game inside and out. We're here to answer questions, spot your lifts, and help you reach your goals without pressure or hype.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-laughing-multi-ethnic-group-fitness-yoga-cl_1163-4980.jpg?_wi=1", imageAlt: "Professional trainers and group classes"
tag: "Community", title: "Expert Staff", subtitle: "Experienced and welcoming.", description: "Our team knows the iron game inside and out. We're here to answer questions, spot your lifts, and help you reach your goals without pressure or hype.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-laughing-multi-ethnic-group-fitness-yoga-cl_1163-4980.jpg", imageAlt: "Professional trainers and group classes"
},
{
id: 4,
tag: "Atmosphere", title: "Never Overcrowded", subtitle: "Room to breathe and train.", description: "We've kept membership sizes controlled. No waiting for equipment, no chaos. Just focused gym-goers pursuing their goals in a respectful, distraction-free environment.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63678.jpg?_wi=2", imageAlt: "Spacious gym floor at Colosseum"
tag: "Atmosphere", title: "Never Overcrowded", subtitle: "Room to breathe and train.", description: "We've kept membership sizes controlled. No waiting for equipment, no chaos. Just focused gym-goers pursuing their goals in a respectful, distraction-free environment.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63678.jpg", imageAlt: "Spacious gym floor at Colosseum"
}
]}
mediaAnimation="blur-reveal"
/>
</div>
@@ -123,13 +122,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Strength Training", price: "Full Access", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg?_wi=2", imageAlt: "Strength training area"
id: "1", name: "Strength Training", price: "Full Access", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Strength training area"
},
{
id: "2", name: "Boxing Training", price: "Full Access", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg?_wi=2", imageAlt: "Boxing facility"
id: "2", name: "Boxing Training", price: "Full Access", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg", imageAlt: "Boxing facility"
},
{
id: "3", name: "Group Classes", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-laughing-multi-ethnic-group-fitness-yoga-cl_1163-4980.jpg?_wi=2", imageAlt: "Group fitness classes"
id: "3", name: "Group Classes", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-laughing-multi-ethnic-group-fitness-yoga-cl_1163-4980.jpg", imageAlt: "Group fitness classes"
}
]}
/>
@@ -147,28 +146,28 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Michael O'Connor", handle: "@moc_fitness", testimonial: "Best gym in Dublin. The equipment is top-notch and the staff actually cares about your progress. No corporate nonsense.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Michael O'Connor", icon: Star
id: "1", name: "Michael O'Connor", handle: "@moc_fitness", testimonial: "Best gym in Dublin. The equipment is top-notch and the staff actually cares about your progress. No corporate nonsense.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Michael O'Connor", icon: Star
},
{
id: "2", name: "Sarah Murphy", handle: "@sarahmurphy_boxing", testimonial: "Finally found a gym that takes boxing seriously. Real coaching, real equipment, real results. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=2", imageAlt: "Sarah Murphy", icon: Star
id: "2", name: "Sarah Murphy", handle: "@sarahmurphy_boxing", testimonial: "Finally found a gym that takes boxing seriously. Real coaching, real equipment, real results. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", imageAlt: "Sarah Murphy", icon: Star
},
{
id: "3", name: "David Chen", handle: "@davidchen_lifts", testimonial: "The trainers here know their stuff. They've completely transformed my approach to fitness. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio-shades_1303-30166.jpg?_wi=2", imageAlt: "David Chen", icon: Star
id: "3", name: "David Chen", handle: "@davidchen_lifts", testimonial: "The trainers here know their stuff. They've completely transformed my approach to fitness. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio-shades_1303-30166.jpg", imageAlt: "David Chen", icon: Star
},
{
id: "4", name: "Emma Walsh", handle: "@emmaw_training", testimonial: "Switched from a chain gym and never looked back. This is a real community of people who care about fitness.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg?_wi=2", imageAlt: "Emma Walsh", icon: Star
id: "4", name: "Emma Walsh", handle: "@emmaw_training", testimonial: "Switched from a chain gym and never looked back. This is a real community of people who care about fitness.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg", imageAlt: "Emma Walsh", icon: Star
},
{
id: "5", name: "James Ryan", handle: "@jamesryan_fit", testimonial: "Excellent equipment, friendly staff, and never overcrowded. This is what a proper gym should be like.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "James Ryan", icon: Star
id: "5", name: "James Ryan", handle: "@jamesryan_fit", testimonial: "Excellent equipment, friendly staff, and never overcrowded. This is what a proper gym should be like.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "James Ryan", icon: Star
},
{
id: "6", name: "Niamh O'Connell", handle: "@niamh_strength", testimonial: "Best decision ever. The atmosphere here is unmatched. Everyone's focused, supportive, and genuine.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=3", imageAlt: "Niamh O'Connell", icon: Star
id: "6", name: "Niamh O'Connell", handle: "@niamh_strength", testimonial: "Best decision ever. The atmosphere here is unmatched. Everyone's focused, supportive, and genuine.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", imageAlt: "Niamh O'Connell", icon: Star
},
{
id: "7", name: "Conor Sullivan", handle: "@conor_lifting", testimonial: "Professional trainers, serious equipment, zero attitude. Colosseum is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio-shades_1303-30166.jpg?_wi=3", imageAlt: "Conor Sullivan", icon: Star
id: "7", name: "Conor Sullivan", handle: "@conor_lifting", testimonial: "Professional trainers, serious equipment, zero attitude. Colosseum is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio-shades_1303-30166.jpg", imageAlt: "Conor Sullivan", icon: Star
},
{
id: "8", name: "Lisa O'Brien", handle: "@lisao_fitness", testimonial: "Joined 2 years ago and haven't regretted it once. The community here is what keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg?_wi=3", imageAlt: "Lisa O'Brien", icon: Star
id: "8", name: "Lisa O'Brien", handle: "@lisao_fitness", testimonial: "Joined 2 years ago and haven't regretted it once. The community here is what keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg", imageAlt: "Lisa O'Brien", icon: Star
}
]}
speed={40}
@@ -230,7 +229,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63678.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63678.jpg"
imageAlt="Colosseum Gym - Premium Training Facility"
logoText="Colosseum Gym"
copyrightText="© 2025 Colosseum Gym. All rights reserved."