Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1236fc9831 | |||
| f4387b2c21 | |||
| 21ec22cfbe | |||
| 82703a5d80 | |||
| 01ffa54c2b | |||
| c91e23b47a | |||
| 693ccc274e | |||
| e156a57e55 | |||
| 525d24169c | |||
| 891d3ff2f1 |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -24,11 +24,11 @@ export default function LandingPage() {
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="APEX MMA"
|
||||
brandName="Marqor Sport "
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Premium MMA Hybrid Gloves for Champions"
|
||||
description="Engineered for superior wrist support, comfort, and performance. Designed for both striking and grappling with premium leather construction and breathable padding."
|
||||
description="Engineered for superior wrist support, comfort, and performance. Pre-curved finger construction with triple-layer EVA foam and gel padding designed for both striking and grappling with premium cowhide leather construction."
|
||||
tag="Pro-Grade Equipment"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Built for Elite Athletes"
|
||||
description="APEX MMA gloves combine cutting-edge technology with professional-grade materials. Developed through years of research with top fighters, our hybrid design offers unmatched versatility for both striking combinations and grappling control."
|
||||
description="Marqor Sport gloves combine cutting-edge technology with professional-grade materials. Featuring pre-curved finger construction, triple-layer EVA foam, and gel padding over knuckles for unmatched comfort and protection. Double-wrap velcro wrist strap with hook and loop buckle ensures secure fit. Open palm design with moisture-wicking lining keeps hands dry. Durable cowhide leather with Y pattern emboss design for aesthetic appeal and durability."
|
||||
tag="Performance Engineering"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
title="Why Choose APEX"
|
||||
description="Our hybrid gloves deliver on every front"
|
||||
description="Our hybrid gloves deliver on every front with advanced engineering and premium materials"
|
||||
tag="Features"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="opacity"
|
||||
@@ -87,15 +87,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Comfort", title: "Ergonomic Design", subtitle: "Perfect fit for every hand", description: "Advanced padding system molds to your hand shape for maximum comfort during extended training sessions. Multi-layer foam technology reduces hand fatigue by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=2", imageAlt: "Ergonomic design"
|
||||
tag: "Comfort", title: "Pre-Curved Finger Construction", subtitle: "Ergonomic design for natural grip", description: "Advanced pre-curved finger design molds to your hand's natural striking position. Reduces hand fatigue by 40% during extended training sessions and provides optimal grip alignment for both striking combinations and grappling control.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=2", imageAlt: "Pre-curved finger design"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Protection", title: "Superior Wrist Support", subtitle: "Professional-grade reinforcement", description: "Double-reinforced wrist strap with memory foam keeps your wrists secure during intense striking combinations and grappling sequences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=3", imageAlt: "Wrist support"
|
||||
tag: "Protection", title: "Triple-Layer EVA Foam & Gel Padding", subtitle: "Maximum shock absorption", description: "Triple-layer EVA foam system with gel padding over knuckles provides superior shock absorption. Protects your hands and knuckles from impact while maintaining sensitivity and control during training.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=3", imageAlt: "Foam and gel padding"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Durability", title: "Premium Leather Construction", subtitle: "Built to last years", description: "100% genuine leather exterior withstands thousands of hours of training. Reinforced stitching and impact-resistant panels ensure long-term durability.", imageSrc: "http://img.b2bpic.net/free-photo/professional-boxer-boxing-ring-boxing-training_654080-391.jpg?_wi=1", imageAlt: "Leather construction"
|
||||
tag: "Support", title: "Double-Wrap Velcro Wrist Strap", subtitle: "Professional-grade reinforcement", description: "Double-wrap velcro wrist strap with hook and loop buckle keeps your wrists secure during intense striking combinations and grappling sequences. Adjustable fit for maximum stability without restricting circulation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=4", imageAlt: "Wrist strap support"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Durability", title: "Premium Cowhide Leather", subtitle: "Built to last years", description: "100% genuine cowhide leather with Y pattern emboss design. Reinforced stitching and impact-resistant panels ensure long-term durability while the open palm design with moisture-wicking lining keeps hands dry and comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/professional-boxer-boxing-ring-boxing-training_654080-391.jpg?_wi=1", imageAlt: "Leather construction"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -105,7 +109,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
title="Our Glove Collection"
|
||||
description="Premium MMA hybrid gloves engineered for performance"
|
||||
description="Premium MMA hybrid gloves engineered for peak performance"
|
||||
tag="Best Sellers"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -113,15 +117,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "APEX MMA", name: "Hybrid Pro Elite", price: "$249.99", rating: 5,
|
||||
id: "1", brand: "Marqor Sport ", name: "Hybrid Pro Elite", price: "$249.99", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=4", imageAlt: "APEX Hybrid Pro Elite gloves"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "APEX MMA", name: "Striker's Choice", price: "$189.99", rating: 5,
|
||||
id: "2", brand: "Marqor Sport ", name: "Striker's Choice", price: "$189.99", rating: 5,
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=5", imageAlt: "APEX Striker's Choice gloves"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "APEX MMA", name: "Training Champion", price: "$159.99", rating: 4,
|
||||
id: "3", brand: "Marqor Sport ", name: "Training Champion", price: "$159.99", rating: 4,
|
||||
reviewCount: "645", imageSrc: "http://img.b2bpic.net/free-photo/professional-boxer-boxing-ring-boxing-training_654080-391.jpg?_wi=2", imageAlt: "APEX Training Champion gloves"
|
||||
},
|
||||
]}
|
||||
@@ -142,10 +146,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "99%", title: "Athlete Satisfaction", description: "Professional fighters trust our quality", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=6", imageAlt: "Athlete satisfaction"
|
||||
id: "1", value: "99%", title: "Athlete Satisfaction", description: "Professional fighters trust our quality and performance", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=6", imageAlt: "Athlete satisfaction"
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", title: "Championship Wins", description: "Worn by champions globally", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=7", imageAlt: "Championship wins"
|
||||
id: "2", value: "500+", title: "Championship Wins", description: "Worn by champions and professional fighters globally", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boxing-gloves_23-2147601742.jpg?_wi=7", imageAlt: "Championship wins"
|
||||
},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
@@ -156,7 +160,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Trusted by Champions"
|
||||
description="See what professional athletes say about APEX MMA gloves"
|
||||
description="See what professional athletes say about Marqor Sport gloves"
|
||||
tag="Reviews"
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -203,8 +207,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="APEX MMA"
|
||||
copyrightText="© 2025 APEX MMA. All rights reserved."
|
||||
logoText="Marqor Sport "
|
||||
copyrightText="© 2025 Marqor Sport . All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Products", items: [
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0b07ff;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93b7ff;
|
||||
--background-accent: #a8bae8;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user