Merge version_2 into main #5
1369
src/app/layout.tsx
1369
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="APEX MMA"
|
||||
brandName="Marqor Sport "
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
@@ -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. 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."
|
||||
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"
|
||||
@@ -117,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"
|
||||
},
|
||||
]}
|
||||
@@ -160,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"
|
||||
@@ -207,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: [
|
||||
|
||||
Reference in New Issue
Block a user