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-09 16:56:47 +00:00

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/two-boxers-are-fighting-professional-boxing-ring_654080-1404.jpg", imageAlt: "Boxing training session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-boxing-seaside_176420-42214.jpg", imageAlt: "Professional ring setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/boxer-boy-posing-gym_23-2148201138.jpg", imageAlt: "Boxing competition match" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-learning-boxing_23-2150399969.jpg", imageAlt: "Professional coaching" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-boxers-are-fighting-professional-boxing-ring_654080-1404.jpg?_wi=1", imageAlt: "Boxing training session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-boxing-seaside_176420-42214.jpg?_wi=1", imageAlt: "Professional ring setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/boxer-boy-posing-gym_23-2148201138.jpg?_wi=1", imageAlt: "Boxing competition match" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-learning-boxing_23-2150399969.jpg?_wi=1", imageAlt: "Professional coaching" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/boxer-boy-posing-gym_23-2148201138.jpg", imageAlt: "Boxing match intensity" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-learning-boxing_23-2150399969.jpg", imageAlt: "Boxing training instruction" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-boxers-are-fighting-professional-boxing-ring_654080-1404.jpg", imageAlt: "Professional training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-boxing-seaside_176420-42214.jpg", imageAlt: "Equipment installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/boxer-boy-posing-gym_23-2148201138.jpg?_wi=2", imageAlt: "Boxing match intensity" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-learning-boxing_23-2150399969.jpg?_wi=2", imageAlt: "Boxing training instruction" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-boxers-are-fighting-professional-boxing-ring_654080-1404.jpg?_wi=2", imageAlt: "Professional training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-boxing-seaside_176420-42214.jpg?_wi=2", imageAlt: "Equipment installation" },
]}
carouselPosition="right"
buttons={[
@@ -90,18 +90,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Premium Quality Equipment", description: "All our boxing rings meet professional standards and are regularly maintained to ensure safety and durability for every event.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-practicing-boxing_23-2150363747.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-practicing-boxing_23-2150363747.jpg" },
title: "Premium Quality Equipment", description: "All our boxing rings meet professional standards and are regularly maintained to ensure safety and durability for every event.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-practicing-boxing_23-2150363747.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-practicing-boxing_23-2150363747.jpg?_wi=2" },
},
{
id: 2,
title: "Fast & Reliable Delivery", description: "We handle setup and installation at your venue with minimal disruption. Professional team ensures everything is ready on time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-delivering-pack_23-2149035875.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-delivering-pack_23-2149035875.jpg" },
title: "Fast & Reliable Delivery", description: "We handle setup and installation at your venue with minimal disruption. Professional team ensures everything is ready on time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-delivering-pack_23-2149035875.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-delivering-pack_23-2149035875.jpg?_wi=2" },
},
{
id: 3,
title: "Flexible Pricing Options", description: "Transparent pricing with no hidden fees. We offer flexible rental periods and package deals to fit your budget and timeline.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-using-digital-tablet-credit-card-while-checking-her-online-bank-account_637285-3570.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-using-digital-tablet-credit-card-while-checking-her-online-bank-account_637285-3570.jpg" },
title: "Flexible Pricing Options", description: "Transparent pricing with no hidden fees. We offer flexible rental periods and package deals to fit your budget and timeline.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-using-digital-tablet-credit-card-while-checking-her-online-bank-account_637285-3570.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-using-digital-tablet-credit-card-while-checking-her-online-bank-account_637285-3570.jpg?_wi=2" },
},
]}
showStepNumbers={true}