Merge version_1 into main #2
149
src/app/page.tsx
149
src/app/page.tsx
@@ -28,18 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "catalog",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Shop", id: "catalog" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Support", id: "faq" },
|
||||
{ name: "Team", id: "team" }
|
||||
]}
|
||||
brandName="JerseyPro"
|
||||
/>
|
||||
@@ -47,19 +39,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Elite Jerseys, Built for the Game"
|
||||
description="Authentic quality, unrivaled comfort, and iconic designs for every fan. Explore our latest collection of premium sports apparel."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#catalog",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#catalog" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/a-high-quality-studio-shot-of-premium-sp-1774684552087-2712610f.png"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=1"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,26 +56,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pro Soccer Series",
|
||||
price: "$89",
|
||||
variant: "Home",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/premium-soccer-jersey-in-deep-blue-color-1774684551138-ec6540a3.png",
|
||||
},
|
||||
id: "1", name: "Pro Soccer Series", price: "$89", variant: "Home", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/premium-soccer-jersey-in-deep-blue-color-1774684551138-ec6540a3.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Baller",
|
||||
price: "$75",
|
||||
variant: "Away",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/premium-basketball-jersey-in-black-and-r-1774684553817-be11e5b3.png",
|
||||
},
|
||||
id: "2", name: "Classic Baller", price: "$75", variant: "Away", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/premium-basketball-jersey-in-black-and-r-1774684553817-be11e5b3.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Diamond League",
|
||||
price: "$95",
|
||||
variant: "Limited",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/premium-baseball-jersey-in-white-and-nav-1774684551425-3f29c621.png",
|
||||
},
|
||||
id: "3", name: "Diamond League", price: "$95", variant: "Limited", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/premium-baseball-jersey-in-white-and-nav-1774684551425-3f29c621.png"},
|
||||
]}
|
||||
title="Latest Arrivals"
|
||||
description="Browse our hand-picked selection of high-performance jerseys."
|
||||
@@ -101,42 +71,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus R.",
|
||||
role: "Collector",
|
||||
testimonial: "The best jersey quality I've ever purchased. Perfect fit.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684550956-ecfc86bd.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Marcus R.", role: "Collector", testimonial: "The best jersey quality I've ever purchased. Perfect fit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684550956-ecfc86bd.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena S.",
|
||||
role: "Player",
|
||||
testimonial: "Incredible breathable fabric, perfect for intense game days.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684551956-761a054a.png?_wi=1",
|
||||
},
|
||||
id: "2", name: "Elena S.", role: "Player", testimonial: "Incredible breathable fabric, perfect for intense game days.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684551956-761a054a.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jordan L.",
|
||||
role: "Fan",
|
||||
testimonial: "Fast shipping and the stitching quality is top-notch.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684551353-0f057006.png",
|
||||
},
|
||||
id: "3", name: "Jordan L.", role: "Fan", testimonial: "Fast shipping and the stitching quality is top-notch.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684551353-0f057006.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sam T.",
|
||||
role: "Coach",
|
||||
testimonial: "Will definitely be ordering more for the whole team!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684554016-07568555.png",
|
||||
},
|
||||
id: "4", name: "Sam T.", role: "Coach", testimonial: "Will definitely be ordering more for the whole team!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684554016-07568555.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex P.",
|
||||
role: "Fan",
|
||||
testimonial: "Exceptional detail on the crest and stitching. Worth every penny.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684550956-ecfc86bd.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Alex P.", role: "Fan", testimonial: "Exceptional detail on the crest and stitching. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684550956-ecfc86bd.png"},
|
||||
]}
|
||||
title="Fan Favorites"
|
||||
description="What our customers are saying about our quality and service."
|
||||
@@ -149,20 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Shipping times?",
|
||||
content: "Orders typically arrive within 3-5 business days.",
|
||||
},
|
||||
id: "q1", title: "Shipping times?", content: "Orders typically arrive within 3-5 business days."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Returns policy?",
|
||||
content: "We offer a 30-day return policy for unused gear.",
|
||||
},
|
||||
id: "q2", title: "Returns policy?", content: "We offer a 30-day return policy for unused gear."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Custom names?",
|
||||
content: "Yes, we provide custom lettering options on select jerseys.",
|
||||
},
|
||||
id: "q3", title: "Custom names?", content: "Yes, we provide custom lettering options on select jerseys."},
|
||||
]}
|
||||
title="Got Questions?"
|
||||
description="Find quick answers to common inquiries about orders and returns."
|
||||
@@ -180,66 +117,42 @@ export default function LandingPage() {
|
||||
description="The passionate experts behind JerseyPro's premium quality control."
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Head Designer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684550956-ecfc86bd.png?_wi=3",
|
||||
},
|
||||
id: "m1", name: "Sarah Jenkins", role: "Head Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684550956-ecfc86bd.png"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "David Miller",
|
||||
role: "Quality Assurance",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684551956-761a054a.png?_wi=2",
|
||||
},
|
||||
id: "m2", name: "David Miller", role: "Quality Assurance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/portrait-of-a-happy-sports-fan-wearing-a-1774684551956-761a054a.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ711lGYcDroxqteEuv3jNsZup/abstract-dark-background-with-light-leak-1774684552983-983397c3.png"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Jerseys",
|
||||
href: "#",
|
||||
},
|
||||
label: "All Jerseys", href: "#"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact Us", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user