Merge version_1 into main #2
301
src/app/page.tsx
301
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, TrendingUp, Users } from "lucide-react";
|
||||
import { Award, TrendingUp, Users, Zap, Shield, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "New Releases",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Performance",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "New Releases", id: "#hero" },
|
||||
{ name: "Performance", id: "#features" },
|
||||
{ name: "Shop", id: "#products" },
|
||||
{ name: "Community", id: "#testimonials" }
|
||||
]}
|
||||
brandName="NIKE"
|
||||
/>
|
||||
@@ -56,35 +44,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Defy Your Limits"
|
||||
description="Engineered for the elite, designed for the bold. Experience the next evolution in athletic performance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg?_wi=1"
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sided-view-athlete-running-starting-line_23-2149731274.jpg",
|
||||
alt: "Sided view athlete at running starting line",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adult-man-making-cardio-training-exercises-gym-club-closeup-horizontal-toning_1220-1708.jpg",
|
||||
alt: "Adult Man Making Cardio Training Exercises in Gym Club Closeup Horizontal Toning",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-woman-tying-shoelaces_23-2148267173.jpg",
|
||||
alt: "Closeup of woman tying shoelaces",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-diverse-friends-travel-road-trip-together_53876-15986.jpg",
|
||||
alt: "Group of Diverse Friends Travel on Road Trip Together",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-running-street-sunset_23-2147925409.jpg",
|
||||
alt: "Woman running on street at sunset",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/sided-view-athlete-running-starting-line_23-2149731274.jpg", alt: "Sided view athlete at running starting line" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adult-man-making-cardio-training-exercises-gym-club-closeup-horizontal-toning_1220-1708.jpg", alt: "Adult Man Making Cardio Training Exercises in Gym Club Closeup Horizontal Toning" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-woman-tying-shoelaces_23-2148267173.jpg", alt: "Closeup of woman tying shoelaces" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-diverse-friends-travel-road-trip-together_53876-15986.jpg", alt: "Group of Diverse Friends Travel on Road Trip Together" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-running-street-sunset_23-2147925409.jpg", alt: "Woman running on street at sunset" }
|
||||
]}
|
||||
avatarText="Join 100M+ athletes worldwide."
|
||||
/>
|
||||
@@ -95,30 +63,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Propulsion Core",
|
||||
description: "Energy-returning foam that propels every stride forward.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Adaptive Fit",
|
||||
description: "Precision-engineered upper that contours to your foot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg?_wi=1",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Breathable Mesh",
|
||||
description: "Advanced thermal regulation for peak performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg?_wi=1",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
{
|
||||
title: "Precision Grip",
|
||||
description: "Traction systems tested on every surface imaginable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg?_wi=1",
|
||||
buttonIcon: "Star",
|
||||
},
|
||||
{ title: "Propulsion Core", description: "Energy-returning foam that propels every stride forward.", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg", buttonIcon: Zap },
|
||||
{ title: "Adaptive Fit", description: "Precision-engineered upper that contours to your foot.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg", buttonIcon: Shield },
|
||||
{ title: "Breathable Mesh", description: "Advanced thermal regulation for peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg", buttonIcon: Award },
|
||||
{ title: "Precision Grip", description: "Traction systems tested on every surface imaginable.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg", buttonIcon: Star }
|
||||
]}
|
||||
title="Unrivaled Engineering"
|
||||
description="Built from years of data-driven insights and athlete feedback, our gear is designed to give you the ultimate competitive edge."
|
||||
@@ -132,60 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Nike Pro",
|
||||
name: "Velocity Pro X",
|
||||
price: "$180",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-tying-laces_23-2147755547.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Nike Training",
|
||||
name: "Apex Trainer",
|
||||
price: "$140",
|
||||
rating: 4,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brutal-sportive-woman-sportswear-sitting-with-bit-white_176420-7798.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Nike Elite",
|
||||
name: "Court Dominance",
|
||||
price: "$195",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-man-feet-fashion-leather-boots_176420-17080.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Nike Lifestyle",
|
||||
name: "Air Street",
|
||||
price: "$160",
|
||||
rating: 4,
|
||||
reviewCount: "640",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-dance-performance_1385-1580.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Nike Running",
|
||||
name: "Marathon Elite",
|
||||
price: "$210",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-wearing-running-shoes_23-2149037720.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Nike Athletics",
|
||||
name: "Endurance Flex",
|
||||
price: "$130",
|
||||
rating: 4,
|
||||
reviewCount: "520",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174792.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Nike Pro", name: "Velocity Pro X", price: "$180", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-tying-laces_23-2147755547.jpg" },
|
||||
{ id: "2", brand: "Nike Training", name: "Apex Trainer", price: "$140", rating: 4, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/young-brutal-sportive-woman-sportswear-sitting-with-bit-white_176420-7798.jpg" },
|
||||
{ id: "3", brand: "Nike Elite", name: "Court Dominance", price: "$195", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-man-feet-fashion-leather-boots_176420-17080.jpg" },
|
||||
{ id: "4", brand: "Nike Lifestyle", name: "Air Street", price: "$160", rating: 4, reviewCount: "640", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-dance-performance_1385-1580.jpg" },
|
||||
{ id: "5", brand: "Nike Running", name: "Marathon Elite", price: "$210", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-wearing-running-shoes_23-2149037720.jpg" },
|
||||
{ id: "6", brand: "Nike Athletics", name: "Endurance Flex", price: "$130", rating: 4, reviewCount: "520", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174792.jpg" }
|
||||
]}
|
||||
title="The Collection"
|
||||
description="Step into greatness with our latest footwear innovations."
|
||||
@@ -199,27 +99,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100M+",
|
||||
title: "Athletes",
|
||||
description: "Serving elite performers globally.",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Patents",
|
||||
description: "Defining the future of performance.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Retention",
|
||||
description: "Athletes who never turn back.",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{ id: "m1", value: "100M+", title: "Athletes", description: "Serving elite performers globally.", icon: Users },
|
||||
{ id: "m2", value: "500+", title: "Patents", description: "Defining the future of performance.", icon: Award },
|
||||
{ id: "m3", value: "95%", title: "Retention", description: "Athletes who never turn back.", icon: TrendingUp }
|
||||
]}
|
||||
title="Global Impact"
|
||||
description="Empowering millions of athletes around the globe every single day."
|
||||
@@ -233,21 +115,9 @@ export default function LandingPage() {
|
||||
tag="Leadership"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6597.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dr. James Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-medical-lab-practitioner-smiling-looking-camera-team-scientists-doctors-examining-virus-evolution-using-high-tech-chemistry-tools-scientific-research-vaccine_482257-3972.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-fitness-instructor-teaching-online-class-from-home-using-camera-tripod_23-2149320140.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6597.jpg" },
|
||||
{ id: "t2", name: "Dr. James Chen", imageSrc: "http://img.b2bpic.net/free-photo/experienced-medical-lab-practitioner-smiling-looking-camera-team-scientists-doctors-examining-virus-evolution-using-high-tech-chemistry-tools-scientific-research-vaccine_482257-3972.jpg" },
|
||||
{ id: "t3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/female-fitness-instructor-teaching-online-class-from-home-using-camera-tripod_23-2149320140.jpg" }
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -258,61 +128,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus J.",
|
||||
date: "Oct 2023",
|
||||
title: "Pro Runner",
|
||||
quote: "The most responsive gear I've ever used in competition.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-casual-female-sits-steps-holds-longboard_613910-11627.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg?_wi=2",
|
||||
imageAlt: "happy athlete portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa T.",
|
||||
date: "Nov 2023",
|
||||
title: "Pro Basketball",
|
||||
quote: "Nike changed my game entirely.",
|
||||
tag: "MVP",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-listening-music-while-playing-basketball_23-2147925225.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg?_wi=2",
|
||||
imageAlt: "happy athlete portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sam R.",
|
||||
date: "Dec 2023",
|
||||
title: "Marathon Pro",
|
||||
quote: "Endurance is no longer a limit.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sportswoman_23-2148023729.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg?_wi=2",
|
||||
imageAlt: "happy athlete portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
date: "Jan 2024",
|
||||
title: "Trainer",
|
||||
quote: "The innovation is unmatched.",
|
||||
tag: "Coach",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg?_wi=2",
|
||||
imageAlt: "happy athlete portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe B.",
|
||||
date: "Feb 2024",
|
||||
title: "Soccer Pro",
|
||||
quote: "Perfect precision for every match.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-soccer-player-field_23-2150885887.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg?_wi=2",
|
||||
imageAlt: "happy athlete portrait",
|
||||
},
|
||||
{ id: "1", name: "Marcus J.", date: "Oct 2023", title: "Pro Runner", quote: "The most responsive gear I've ever used in competition.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-casual-female-sits-steps-holds-longboard_613910-11627.jpg", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg", imageAlt: "happy athlete portrait" },
|
||||
{ id: "2", name: "Lisa T.", date: "Nov 2023", title: "Pro Basketball", quote: "Nike changed my game entirely.", tag: "MVP", avatarSrc: "http://img.b2bpic.net/free-photo/man-listening-music-while-playing-basketball_23-2147925225.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg", imageAlt: "happy athlete portrait" },
|
||||
{ id: "3", name: "Sam R.", date: "Dec 2023", title: "Marathon Pro", quote: "Endurance is no longer a limit.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/sportswoman_23-2148023729.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg", imageAlt: "happy athlete portrait" },
|
||||
{ id: "4", name: "David W.", date: "Jan 2024", title: "Trainer", quote: "The innovation is unmatched.", tag: "Coach", avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg", imageAlt: "happy athlete portrait" },
|
||||
{ id: "5", name: "Chloe B.", date: "Feb 2024", title: "Soccer Pro", quote: "Perfect precision for every match.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/view-soccer-player-field_23-2150885887.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg", imageAlt: "happy athlete portrait" }
|
||||
]}
|
||||
title="Elite Endorsements"
|
||||
description="Hear from the professionals who push boundaries daily."
|
||||
@@ -322,9 +142,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
title="Join the Elite"
|
||||
description="Sign up for exclusive drops, early access, and performance updates."
|
||||
tag="Join Us"
|
||||
@@ -334,54 +152,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Innovations",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Nike",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Investors",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Products", href: "#products" }, { label: "Innovations", href: "#features" }, { label: "Support", href: "#" }] },
|
||||
{ items: [{ label: "About Nike", href: "#" }, { label: "Careers", href: "#" }, { label: "Investors", href: "#" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Compliance", href: "#" }] }
|
||||
]}
|
||||
logoText="NIKE"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user