Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Experience Premium Gym Equipment"
|
||||
description="Transform your fitness journey with cutting-edge gym products engineered for peak performance. From professional dumbbells to advanced training equipment, discover the tools used by elite athletes worldwide."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
kpis={[
|
||||
{ value: "50K+", label: "Happy Customers" },
|
||||
{ value: "99.8%", label: "Satisfaction Rate" },
|
||||
@@ -106,8 +106,8 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
containerClassName="py-20"
|
||||
cardClassName="rounded-2xl overflow-hidden"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
textBoxDescriptionClassName="text-lg max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "durability", title: "Built to Last", description: "Military-grade materials and precision engineering ensure years of reliable performance in any environment.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg?_wi=1", imageAlt: "athlete performing fitness workout"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg", imageAlt: "athlete performing fitness workout"
|
||||
},
|
||||
items: [
|
||||
{ icon: Shield, text: "Lifetime warranty on structural defects" },
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "support", title: "Expert Support", description: "Our dedicated team provides 24/7 customer support with free training guides and fitness consultations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg?_wi=2", imageAlt: "athlete performing fitness workout"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg", imageAlt: "athlete performing fitness workout"
|
||||
},
|
||||
items: [
|
||||
{ icon: Zap, text: "Instant response to inquiries" },
|
||||
@@ -171,8 +171,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
speed={40}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
textBoxDescriptionClassName="text-lg max-w-2xl"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,8 +211,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
textBoxDescriptionClassName="text-lg max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
cardClassName="rounded-2xl overflow-hidden"
|
||||
planTitleClassName="text-2xl font-bold"
|
||||
planPriceClassName="text-4xl font-bold"
|
||||
@@ -240,8 +240,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
textBoxDescriptionClassName="text-lg max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
cardClassName="rounded-xl"
|
||||
valueClassName="text-3xl font-bold"
|
||||
metricTitleClassName="text-lg font-medium"
|
||||
@@ -301,8 +301,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
animationType="smooth"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
textBoxDescriptionClassName="text-lg max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
accordionClassName="space-y-4"
|
||||
accordionTitleClassName="text-lg font-semibold"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user