diff --git a/src/app/page.tsx b/src/app/page.tsx index 79d7bf3..f892998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -182,27 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Shock Absorb+", - author: "R&D Lab", - description: "High-density cushioning absorbing 40% more impact than standard foam.", - imageSrc: "http://img.b2bpic.net/free-photo/sneakers_1122-2301.jpg?_wi=2", - }, - { - id: "2", - title: "AeroMesh™", - author: "Materials Team", - description: "Ultra-lightweight weave for maximum airflow and temperature regulation.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-streching-exercises_23-2148656522.jpg?_wi=2", - }, - { - id: "3", - title: "Traction-Pro", - author: "Tech Dev", - description: "Multi-directional tread patterns ensuring stability on any surface.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-tying-laces_23-2147598741.jpg?_wi=2", - }, + { id: "1", title: "Shock Absorb+", author: "R&D Lab", description: "High-density cushioning absorbing 40% more impact than standard foam.", imageSrc: "http://img.b2bpic.net/free-photo/sneakers_1122-2301.jpg", tags: [] }, + { id: "2", title: "AeroMesh™", author: "Materials Team", description: "Ultra-lightweight weave for maximum airflow and temperature regulation.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-streching-exercises_23-2148656522.jpg", tags: [] }, + { id: "3", title: "Traction-Pro", author: "Tech Dev", description: "Multi-directional tread patterns ensuring stability on any surface.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-tying-laces_23-2147598741.jpg", tags: [] }, ]} title="Performance at the Core" description="Technological advancements designed for the elite athlete in everyone." @@ -216,42 +98,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "SpeedRunner Pro", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-leather-shoes_1203-7614.jpg", - }, - { - id: "2", - name: "Apex Trainer X", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-person-listening-music-ultra-modern-headphones_23-2151072953.jpg", - }, - { - id: "3", - name: "TrailMaster G", - price: "$195", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-tying-shoelace-running-shoes-before-practice-forest_158538-17932.jpg", - }, - { - id: "4", - name: "Sprint Spike Elite", - price: "$220", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sportive-woman-jumping-exercise_23-2148297826.jpg", - }, - { - id: "5", - name: "CrossFit Stance", - price: "$140", - imageSrc: "http://img.b2bpic.net/free-photo/woman-lacing-sneakers-gym_1303-32006.jpg", - }, - { - id: "6", - name: "Street Glide Low", - price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-urban-outfit_1303-17746.jpg", - }, + { id: "1", name: "SpeedRunner Pro", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-leather-shoes_1203-7614.jpg" }, + { id: "2", name: "Apex Trainer X", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-person-listening-music-ultra-modern-headphones_23-2151072953.jpg" }, + { id: "3", name: "TrailMaster G", price: "$195", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-tying-shoelace-running-shoes-before-practice-forest_158538-17932.jpg" }, + { id: "4", name: "Sprint Spike Elite", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sportive-woman-jumping-exercise_23-2148297826.jpg" }, + { id: "5", name: "CrossFit Stance", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/woman-lacing-sneakers-gym_1303-32006.jpg" }, + { id: "6", name: "Street Glide Low", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-urban-outfit_1303-17746.jpg" }, ]} title="Latest Drops" description="Dominate the field, the track, or the street." @@ -260,49 +112,15 @@ export default function LandingPage() {
@@ -331,16 +142,9 @@ export default function LandingPage() {
@@ -349,21 +153,9 @@ export default function LandingPage() { logoText="NIKE" copyrightText="© 2025 Nike Sport Performance. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "https://twitter.com", - ariaLabel: "Twitter", - }, - { - icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, - { - icon: Film, - href: "https://youtube.com", - ariaLabel: "Youtube", - }, + { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }, + { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, + { icon: Film, href: "https://youtube.com", ariaLabel: "Youtube" }, ]} />