Update src/app/page.tsx

This commit is contained in:
2026-03-08 12:50:01 +00:00
parent 9c1845a86a
commit 9a005de2bf

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Discover Your Next Gear"
description="Premium equipment engineered for performance. Shop the latest in sports gear, outdoor equipment, and lifestyle essentials."
description="Trusted by 500K+ athletes. Get the gear that powers your peak performance."
background={{ variant: "sparkles-gradient" }}
tag="Welcome to GearFlow"
tagIcon={Zap}
@@ -64,12 +64,9 @@ export default function LandingPage() {
tag="New Arrivals"
tagIcon={Sparkles}
products={[
{
id: "1", name: "Motion Runner Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/canvas-sneakers-green-model-tying-shoelaces-apparel-ad_53876-101198.jpg", imageAlt: "Motion Runner Pro athletic shoe"},
{
id: "2", name: "Pro Performance Backpack", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-backpack-beside-seaside_23-2148300688.jpg", imageAlt: "Pro Performance Backpack travel gear"},
{
id: "3", name: "Tech Performance Watch", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-digital-assistant-arrangement_23-2149108009.jpg", imageAlt: "Tech Performance Watch smartwatch"},
{ id: "1", name: "Motion Runner Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/canvas-sneakers-green-model-tying-shoelaces-apparel-ad_53876-101198.jpg", imageAlt: "Motion Runner Pro athletic shoe"},
{ id: "2", name: "Pro Performance Backpack", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-backpack-beside-seaside_23-2148300688.jpg", imageAlt: "Pro Performance Backpack travel gear"},
{ id: "3", name: "Tech Performance Watch", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-digital-assistant-arrangement_23-2149108009.jpg", imageAlt: "Tech Performance Watch smartwatch"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -86,16 +83,13 @@ export default function LandingPage() {
tagIcon={Award}
features={[
{
id: 1,
tag: "Built to Last", title: "Engineered Durability", subtitle: "Tested for resilience", description: "Every product undergoes rigorous durability testing to ensure it withstands intense activity and extreme conditions. Our materials are sourced from industry leaders and reinforced for maximum longevity.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-microperforated-sheets-still-life_23-2150260315.jpg", imageAlt: "Durability testing process", buttons: [{ text: "View Details", href: "#" }],
id: 1, tag: "Built to Last", title: "Engineered Durability", subtitle: "Tested for resilience", description: "Every product undergoes rigorous durability testing to ensure it withstands intense activity and extreme conditions. Our materials are sourced from industry leaders and reinforced for maximum longevity.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-microperforated-sheets-still-life_23-2150260315.jpg", imageAlt: "Durability testing process", buttons: [{ text: "View Details", href: "#" }],
},
{
id: 2,
tag: "Next Generation", title: "Cutting-Edge Innovation", subtitle: "Technology that performs", description: "We invest heavily in R&D to bring you the latest advancements in sports gear technology. From smart integration to advanced materials, innovation drives everything we do.", imageSrc: "http://img.b2bpic.net/free-photo/mature-watchmaker-is-working-with-witschi-analyzer-q1-his-own-studio_613910-21419.jpg", imageAlt: "Innovation lab technology", buttons: [{ text: "Explore Tech", href: "#" }],
id: 2, tag: "Next Generation", title: "Cutting-Edge Innovation", subtitle: "Technology that performs", description: "We invest heavily in R&D to bring you the latest advancements in sports gear technology. From smart integration to advanced materials, innovation drives everything we do.", imageSrc: "http://img.b2bpic.net/free-photo/mature-watchmaker-is-working-with-witschi-analyzer-q1-his-own-studio_613910-21419.jpg", imageAlt: "Innovation lab technology", buttons: [{ text: "Explore Tech", href: "#" }],
},
{
id: 3,
tag: "Proven Results", title: "Optimized Performance", subtitle: "Data-driven excellence", description: "Our gear is trusted by elite athletes and professionals worldwide. Real-world testing and athlete feedback shape every design decision to deliver measurable performance gains.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-doing-sport-with-stats_23-2150040500.jpg", imageAlt: "Performance measurement analytics", buttons: [{ text: "See Performance", href: "#" }],
id: 3, tag: "Proven Results", title: "Optimized Performance", subtitle: "Data-driven excellence", description: "Our gear is trusted by elite athletes and professionals worldwide. Real-world testing and athlete feedback shape every design decision to deliver measurable performance gains.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-doing-sport-with-stats_23-2150040500.jpg", imageAlt: "Performance measurement analytics", buttons: [{ text: "See Performance", href: "#" }],
},
]}
textboxLayout="default"