Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 17:24:07 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Shop",
id: "products",
},
name: "Shop", id: "products"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="NewmTech"
/>
@@ -53,67 +45,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Elevate Your Performance"
description="Premium gear engineered for athletes who push boundaries. Discover the NewmTech collection."
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Flash Sale",
href: "#sales",
},
text: "Flash Sale", href: "#sales"},
]}
imageSrc="http://img.b2bpic.net/free-photo/motivated-slim-young-woman-with-strong-arms-stands-plank-fitness-mat-focused-forward-dressed-active-wear-trains-urban-setting-listens-audio-track-via-headphones-has-healthy-body_273609-56895.jpg"
imageAlt="Athlete in NewmTech gear"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-athlete-woman-with-smartphone_23-2148213194.jpg",
alt: "Athlete 1",
},
src: "http://img.b2bpic.net/free-photo/young-athlete-woman-with-smartphone_23-2148213194.jpg", alt: "Athlete 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-close-up-face-sporty-woman-posing-gray-wall_1153-6841.jpg",
alt: "Athlete 2",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-close-up-face-sporty-woman-posing-gray-wall_1153-6841.jpg", alt: "Athlete 2"},
{
src: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg",
alt: "Athlete 3",
},
src: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg", alt: "Athlete 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-ready-yoga_23-2149222409.jpg",
alt: "Athlete 4",
},
src: "http://img.b2bpic.net/close-up-portrait-woman-ready-yoga_23-2149222409.jpg", alt: "Athlete 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-muscular-young-man-race-track_23-2148162181.jpg",
alt: "Athlete 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-muscular-young-man-race-track_23-2148162181.jpg", alt: "Athlete 5"},
]}
avatarText="Join 10,000+ elite athletes"
marqueeItems={[
{
type: "text",
text: "Moisture Wicking",
},
type: "text", text: "Moisture Wicking"},
{
type: "text",
text: "Ultra Breathable",
},
type: "text", text: "Ultra Breathable"},
{
type: "text",
text: "Compression Fit",
},
type: "text", text: "Compression Fit"},
{
type: "text",
text: "Anti-Odor Tech",
},
type: "text", text: "Anti-Odor Tech"},
{
type: "text",
text: "4-Way Stretch",
},
type: "text", text: "4-Way Stretch"},
]}
/>
</div>
@@ -126,59 +93,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "NewmTech",
name: "Performance Gym Tee",
price: "$29",
rating: 5,
reviewCount: "128",
imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=1",
},
id: "p1", brand: "NewmTech", name: "Performance Gym Tee", price: "$29", rating: 5,
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg"},
{
id: "p2",
brand: "NewmTech",
name: "Elite Runner V1",
price: "$89",
rating: 5,
reviewCount: "94",
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=1",
},
id: "p2", brand: "NewmTech", name: "Elite Runner V1", price: "$89", rating: 5,
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg"},
{
id: "p3",
brand: "NewmTech",
name: "Pro Compression Leggings",
price: "$45",
rating: 4,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg?_wi=1",
},
id: "p3", brand: "NewmTech", name: "Pro Compression Leggings", price: "$45", rating: 4,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg"},
{
id: "p4",
brand: "NewmTech",
name: "Track Essential Short",
price: "$35",
rating: 5,
reviewCount: "87",
imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=2",
},
id: "p4", brand: "NewmTech", name: "Track Essential Short", price: "$35", rating: 5,
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg"},
{
id: "p5",
brand: "NewmTech",
name: "Training Hoodie",
price: "$65",
rating: 4,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=2",
},
id: "p5", brand: "NewmTech", name: "Training Hoodie", price: "$65", rating: 4,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg"},
{
id: "p6",
brand: "NewmTech",
name: "Dynamic Crew Socks",
price: "$12",
rating: 5,
reviewCount: "342",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg?_wi=2",
},
id: "p6", brand: "NewmTech", name: "Dynamic Crew Socks", price: "$12", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg"},
]}
title="Featured Gear"
description="Our most popular picks for the season."
@@ -187,44 +118,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Alex Riv",
role: "Crossfit Athlete",
testimonial: "The best gear I've ever used. Unmatched comfort during high-intensity training.",
imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-woman-with-smartphone_23-2148213194.jpg",
},
id: "t1", name: "Alex Riv", role: "Crossfit Athlete", testimonial: "The best gear I've ever used. Unmatched comfort during high-intensity training.", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-woman-with-smartphone_23-2148213194.jpg"},
{
id: "t2",
name: "Sarah J.",
role: "Runner",
testimonial: "These shoes changed my PR. So light and responsive. Simply amazing.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-close-up-face-sporty-woman-posing-gray-wall_1153-6841.jpg",
},
id: "t2", name: "Sarah J.", role: "Runner", testimonial: "These shoes changed my PR. So light and responsive. Simply amazing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-close-up-face-sporty-woman-posing-gray-wall_1153-6841.jpg"},
{
id: "t3",
name: "Mike B.",
role: "Gym Coach",
testimonial: "Professional quality at a price that makes sense. NewmTech is my new go-to.",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg",
},
id: "t3", name: "Mike B.", role: "Gym Coach", testimonial: "Professional quality at a price that makes sense. NewmTech is my new go-to.", imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg"},
{
id: "t4",
name: "Jenny L.",
role: "Yoga Instructor",
testimonial: "Compression leggings that actually stay in place. Finally found my fit.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-ready-yoga_23-2149222409.jpg",
},
id: "t4", name: "Jenny L.", role: "Yoga Instructor", testimonial: "Compression leggings that actually stay in place. Finally found my fit.", imageSrc: "http://img.b2bpic.net/close-up-portrait-woman-ready-yoga_23-2149222409.jpg"},
{
id: "t5",
name: "David K.",
role: "Weightlifter",
testimonial: "Durable, breathable, and stylish. Exactly what I need in the gym.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-young-man-race-track_23-2148162181.jpg",
},
id: "t5", name: "David K.", role: "Weightlifter", testimonial: "Durable, breathable, and stylish. Exactly what I need in the gym.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-young-man-race-track_23-2148162181.jpg"},
]}
title="Trusted by Athletes"
description="See why top competitors choose NewmTech."
@@ -241,29 +148,19 @@ export default function LandingPage() {
features={[
{
icon: Zap,
title: "Rapid Dry",
description: "Moisture-wicking fabric keeps you dry during intense sessions.",
},
title: "Rapid Dry", description: "Moisture-wicking fabric keeps you dry during intense sessions."},
{
icon: Shield,
title: "Durable Build",
description: "Reinforced stitching designed to withstand heavy wear.",
},
title: "Durable Build", description: "Reinforced stitching designed to withstand heavy wear."},
{
icon: Move,
title: "4-Way Stretch",
description: "Maximum mobility for every movement, from lunges to lifting.",
},
title: "4-Way Stretch", description: "Maximum mobility for every movement, from lunges to lifting."},
{
icon: Wind,
title: "Breathability",
description: "Engineered ventilation zones for optimal airflow.",
},
title: "Breathability", description: "Engineered ventilation zones for optimal airflow."},
{
icon: Award,
title: "Pro Tested",
description: "Validated by elite athletes in professional training environments.",
},
title: "Pro Tested", description: "Validated by elite athletes in professional training environments."},
]}
/>
</div>
@@ -272,8 +169,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Join the Movement"
title="Get Exclusive Offers"
description="Sign up for early access to flash sales and new product drops."