Merge version_1 into main #2
256
src/app/page.tsx
256
src/app/page.tsx
@@ -25,187 +25,93 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Gear",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
]}
|
||||
brandName="974 Store"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Gear", id: "#products" },
|
||||
{ name: "About", id: "#about" },
|
||||
]}
|
||||
brandName="974 Store"
|
||||
button={{ text: "Shop Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Dominance on the Court"
|
||||
description="The elite gear for Reunion Island's finest handball players. From high-performance footwear to durable team uniforms, we equip you for victory."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-handball-player-action-shot-1774683888182-79faf806.png"
|
||||
imageAlt="Handball player action in stadium"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Dominance on the Court"
|
||||
description="The elite gear for Reunion Island's finest handball players. From high-performance footwear to durable team uniforms, we equip you for victory."
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-handball-player-action-shot-1774683888182-79faf806.png"
|
||||
imageAlt="Handball player action in stadium"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built for the Spirit of Handball",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/detailed-view-of-a-professional-handball-1774683885948-008f4982.png",
|
||||
alt: "Handball equipment",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Built for the Spirit of Handball" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/detailed-view-of-a-professional-handball-1774683885948-008f4982.png", alt: "Handball equipment" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Elite Pro Shoe",
|
||||
price: "€129.99",
|
||||
variant: "Black/Gold",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-handball-shoes-sleek-design-1774683884868-a089be45.png",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Team 974 Jersey",
|
||||
price: "€49.99",
|
||||
variant: "Home Kit",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/handball-jersey-professional-team-kit-de-1774683886261-8e782fad.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pro Knee Guard",
|
||||
price: "€35.00",
|
||||
variant: "Premium",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-protective-knee-pads-for-ha-1774683890458-7ed7d432.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Elite Grip Resin",
|
||||
price: "€15.00",
|
||||
variant: "Standard",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-protective-knee-pads-for-ha-1774683890458-7ed7d432.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Training Bib",
|
||||
price: "€12.50",
|
||||
variant: "Neon Yellow",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/handball-jersey-professional-team-kit-de-1774683886261-8e782fad.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Essential Gear"
|
||||
description="Professional quality equipment curated for competitive play."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Elite Pro Shoe", price: "€129.99", variant: "Black/Gold", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-handball-shoes-sleek-design-1774683884868-a089be45.png" },
|
||||
{ id: "p2", name: "Team 974 Jersey", price: "€49.99", variant: "Home Kit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/handball-jersey-professional-team-kit-de-1774683886261-8e782fad.png" },
|
||||
{ id: "p3", name: "Pro Knee Guard", price: "€35.00", variant: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-protective-knee-pads-for-ha-1774683890458-7ed7d432.png" },
|
||||
{ id: "p4", name: "Elite Grip Resin", price: "€15.00", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/professional-protective-knee-pads-for-ha-1774683890458-7ed7d432.png" },
|
||||
{ id: "p5", name: "Training Bib", price: "€12.50", variant: "Neon Yellow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/handball-jersey-professional-team-kit-de-1774683886261-8e782fad.png" },
|
||||
]}
|
||||
title="Essential Gear"
|
||||
description="Professional quality equipment curated for competitive play."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Julien M.",
|
||||
role: "Captain",
|
||||
company: "Reunion HC",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/portrait-of-a-handball-athlete-smiling-w-1774683885264-f6124a50.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sophie L.",
|
||||
role: "Striker",
|
||||
company: "Saint-Pierre Team",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/portrait-of-a-dedicated-handball-player--1774683885533-0ad1292d.png",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marc T.",
|
||||
role: "Defender",
|
||||
company: "Elite Handball",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/young-handball-player-portrait-wearing-t-1774683885219-ccd37f1a.png",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Lucas P.",
|
||||
role: "Goalkeeper",
|
||||
company: "974 Rivals",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/team-captain-of-handball-team-profession-1774683885149-59934d5b.png",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena R.",
|
||||
role: "Midfield",
|
||||
company: "Island Stars",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/portrait-of-a-handball-athlete-smiling-w-1774683885264-f6124a50.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Players Voice"
|
||||
description="See why top handball athletes trust 974 Store."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Julien M.", role: "Captain", company: "Reunion HC", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/portrait-of-a-handball-athlete-smiling-w-1774683885264-f6124a50.png" },
|
||||
{ id: "t2", name: "Sophie L.", role: "Striker", company: "Saint-Pierre Team", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/portrait-of-a-dedicated-handball-player--1774683885533-0ad1292d.png" },
|
||||
{ id: "t3", name: "Marc T.", role: "Defender", company: "Elite Handball", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/young-handball-player-portrait-wearing-t-1774683885219-ccd37f1a.png" },
|
||||
{ id: "t4", name: "Lucas P.", role: "Goalkeeper", company: "974 Rivals", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/team-captain-of-handball-team-profession-1774683885149-59934d5b.png" },
|
||||
{ id: "t5", name: "Elena R.", role: "Midfield", company: "Island Stars", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ5ZDDUWbyYCSRI6q2mtNyLXvI/portrait-of-a-handball-athlete-smiling-w-1774683885264-f6124a50.png" },
|
||||
]}
|
||||
title="Players Voice"
|
||||
description="See why top handball athletes trust 974 Store."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Gear Up?"
|
||||
description="Contact our team for bulk orders, team sponsorship, or expert advice on selecting your gear."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message",
|
||||
href: "mailto:contact@974handball.re",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Gear Up?"
|
||||
description="Contact our team for bulk orders, team sponsorship, or expert advice on selecting your gear."
|
||||
buttons={[{ text: "Send Message", href: "mailto:contact@974handball.re" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="974 Store"
|
||||
copyrightText="© 2025 | 974 Handball Store"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="974 Store"
|
||||
copyrightText="© 2025 | 974 Handball Store"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user