From d1e6606c01f63f2f698f3cb9da0af11a3dfcffe1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:22:14 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a557a44..45ecccd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,43 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Nike - Just Do It | Premium Athletic Shoes & Apparel", - description: "Shop Nike's premium collection of athletic shoes, apparel, and gear designed for champions. Discover innovation, performance, and style in every product.", - keywords: "Nike shoes, athletic footwear, sports apparel, performance gear, running shoes, basketball shoes, athletic wear", - metadataBase: new URL("https://nike.com"), + title: "Nike - Just Do It | Premium Athletic Shoes & Apparel", description: "Shop Nike's premium collection of athletic shoes, apparel, and gear designed for champions. Discover innovation, performance, and style in every product.", keywords: "Nike shoes, athletic footwear, sports apparel, performance gear, running shoes, basketball shoes, athletic wear", metadataBase: new URL("https://nike.com"), alternates: { - canonical: "https://nike.com", - }, + canonical: "https://nike.com"}, openGraph: { - title: "Nike - Just Do It", - description: "Discover premium athletic shoes and apparel designed for world-class performance.", - siteName: "Nike", - type: "website", - images: [ + title: "Nike - Just Do It", description: "Discover premium athletic shoes and apparel designed for world-class performance.", siteName: "Nike", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/urban-side-shot-determined-motivated-young-female-athlete-we_197531-30979.jpg", - alt: "Nike Athletic Excellence", - }, + url: "http://img.b2bpic.net/free-photo/urban-side-shot-determined-motivated-young-female-athlete-we_197531-30979.jpg", alt: "Nike Athletic Excellence"}, ], }, twitter: { - card: "summary_large_image", - title: "Nike - Athletic Excellence", - description: "Shop premium athletic shoes and performance gear", - images: ["http://img.b2bpic.net/free-photo/urban-side-shot-determined-motivated-young-female-athlete-we_197531-30979.jpg"], + card: "summary_large_image", title: "Nike - Athletic Excellence", description: "Shop premium athletic shoes and performance gear", images: ["http://img.b2bpic.net/free-photo/urban-side-shot-determined-motivated-young-female-athlete-we_197531-30979.jpg"], }, - robots: "index, follow", -}; + robots: "index, follow"}; export default function RootLayout({ children, @@ -1428,4 +1412,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From ce9060a3a64a26a885d2b404c0a6b47385bbe4e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:22:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 250 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c649763..5435fbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Support", id: "contact" }, ]} button={{ - text: "Shop Now", - href: "#featured", - }} + text: "Shop Now", href: "#featured"}} /> @@ -49,17 +47,12 @@ export default function HomePage() { description="Elevate your performance with cutting-edge athletic footwear and apparel designed for champions. Discover innovation, comfort, and style in every step." buttons={[ { - text: "Explore Collection", - href: "#featured", - }, + text: "Explore Collection", href: "#featured"}, { - text: "Learn More", - href: "/men", - }, + text: "View All Products", href: "/men"}, ]} background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} imageSrc="http://img.b2bpic.net/free-photo/urban-side-shot-determined-motivated-young-female-athlete-we_197531-30979.jpg?_wi=1" imageAlt="Nike Athletic Hero Showcase" mediaAnimation="slide-up" @@ -74,26 +67,11 @@ export default function HomePage() { tag="New Arrivals" products={[ { - id: "1", - name: "Eclipse Motion Pro", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-rocks_169016-3559.jpg?_wi=1", - imageAlt: "Eclipse Motion Pro Running Shoes", - }, + id: "1", name: "Eclipse Motion Pro", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-rocks_169016-3559.jpg?_wi=1", imageAlt: "Eclipse Motion Pro Running Shoes"}, { - id: "2", - name: "Court Legend Max", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-727.jpg?_wi=1", - imageAlt: "Court Legend Max Basketball Shoes", - }, + id: "2", name: "Court Legend Max", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-727.jpg?_wi=1", imageAlt: "Court Legend Max Basketball Shoes"}, { - id: "3", - name: "Swift Performance Women", - price: "$140", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-doing-sports-exercises_171337-6235.jpg?_wi=1", - imageAlt: "Swift Performance Women's Training Shoes", - }, + id: "3", name: "Swift Performance Women", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-doing-sports-exercises_171337-6235.jpg?_wi=1", imageAlt: "Swift Performance Women's Training Shoes"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -110,40 +88,28 @@ export default function HomePage() { features={[ { icon: Zap, - title: "Men's Performance", - description: - "High-performance footwear and apparel engineered for male athletes across all sports disciplines", - }, + title: "Men's Performance", description: + "High-performance footwear and apparel engineered for male athletes across all sports disciplines"}, { icon: Heart, - title: "Women's Excellence", - description: - "Premium athletic gear designed specifically for women's comfort, performance, and style", - }, + title: "Women's Excellence", description: + "Premium athletic gear designed specifically for women's comfort, performance, and style"}, { icon: Trophy, - title: "Champion Series", - description: - "Elite collection worn by world-class athletes and endorsed by leading sports professionals", - }, + title: "Champion Series", description: + "Elite collection worn by world-class athletes and endorsed by leading sports professionals"}, { icon: Zap, - title: "Running Essentials", - description: - "Specialized running shoes and gear for track, road, and trail running enthusiasts", - }, + title: "Running Essentials", description: + "Specialized running shoes and gear for track, road, and trail running enthusiasts"}, { icon: Shield, - title: "Basketball Collection", - description: - "Court-approved footwear and apparel built for basketball performance and style", - }, + title: "Basketball Collection", description: + "Court-approved footwear and apparel built for basketball performance and style"}, { icon: Sparkles, - title: "Lifestyle Wear", - description: - "Casual athletic wear that transitions seamlessly from gym to everyday adventures", - }, + title: "Lifestyle Wear", description: + "Casual athletic wear that transitions seamlessly from gym to everyday adventures"}, ]} animationType="slide-up" textboxLayout="default" @@ -158,25 +124,13 @@ export default function HomePage() { tag="Performance" metrics={[ { - id: "1", - value: "190+", - description: "Countries Served", - }, + id: "1", value: "190+", description: "Countries Served"}, { - id: "2", - value: "1.2M+", - description: "Athletes Equipped", - }, + id: "2", value: "1.2M+", description: "Athletes Equipped"}, { - id: "3", - value: "50K+", - description: "Product Designs", - }, + id: "3", value: "50K+", description: "Product Designs"}, { - id: "4", - value: "99%", - description: "Customer Satisfaction", - }, + id: "4", value: "99%", description: "Customer Satisfaction"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -192,45 +146,17 @@ export default function HomePage() { tag="Testimonials" testimonials={[ { - id: "1", - title: "Game Changer", - quote: - "These shoes have completely transformed my running experience. The comfort and support are unmatched, and I've set personal records in every race since switching to Nike.", - name: "Sarah Mitchell", - role: "Professional Marathon Runner", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149193312.jpg?_wi=1", - imageAlt: "Sarah Mitchell", - }, + id: "1", title: "Game Changer", quote: + "These shoes have completely transformed my running experience. The comfort and support are unmatched, and I've set personal records in every race since switching to Nike.", name: "Sarah Mitchell", role: "Professional Marathon Runner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149193312.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { - id: "2", - title: "Peak Performance", - quote: - "Nike gear gives me the confidence to push my limits. The quality and innovation are evident in every product, making me feel like a champion on the court.", - name: "Michael Chen", - role: "Professional Basketball Player", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg?_wi=1", - imageAlt: "Michael Chen", - }, + id: "2", title: "Peak Performance", quote: + "Nike gear gives me the confidence to push my limits. The quality and innovation are evident in every product, making me feel like a champion on the court.", name: "Michael Chen", role: "Professional Basketball Player", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg?_wi=1", imageAlt: "Michael Chen"}, { - id: "3", - title: "Athletic Excellence", - quote: - "As a trainer, I recommend Nike to all my clients. The durability, comfort, and performance support help my athletes achieve their goals consistently.", - name: "Emily Rodriguez", - role: "Athletic Coach & Trainer", - imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-attractive-young-woman-working-out-with-dumbbells_93675-130505.jpg?_wi=1", - imageAlt: "Emily Rodriguez", - }, + id: "3", title: "Athletic Excellence", quote: + "As a trainer, I recommend Nike to all my clients. The durability, comfort, and performance support help my athletes achieve their goals consistently.", name: "Emily Rodriguez", role: "Athletic Coach & Trainer", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-attractive-young-woman-working-out-with-dumbbells_93675-130505.jpg?_wi=1", imageAlt: "Emily Rodriguez"}, { - id: "4", - title: "Pure Innovation", - quote: - "What sets Nike apart is their commitment to innovation. Every season brings new technology that genuinely improves athletic performance and comfort.", - name: "David Kim", - role: "Professional Track & Field Athlete", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-player-sport-clothes-with-golden-cup-pink-wall_179666-27127.jpg?_wi=1", - imageAlt: "David Kim", - }, + id: "4", title: "Pure Innovation", quote: + "What sets Nike apart is their commitment to innovation. Every season brings new technology that genuinely improves athletic performance and comfort.", name: "David Kim", role: "Professional Track & Field Athlete", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-player-sport-clothes-with-golden-cup-pink-wall_179666-27127.jpg?_wi=1", imageAlt: "David Kim"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -243,25 +169,9 @@ export default function HomePage() { description="Nike partners with leading athletes and organizations worldwide" tag="Partners" names={[ - "Adidas Athletes", - "USOC", - "IOC", - "World Athletics", - "NBA", - "NFL", - "Premier League", - "Olympics", - ]} + "Adidas Athletes", "USOC", "IOC", "World Athletics", "NBA", "NFL", "Premier League", "Olympics"]} logos={[ - "http://img.b2bpic.net/free-vector/flat-design-vintage-sport-club_23-2149479619.jpg", - "http://img.b2bpic.net/free-vector/creative-panther-logo-template_23-2149208620.jpg", - "http://img.b2bpic.net/free-photo/close-up-fit-woman-gym-suit_23-2148267279.jpg", - "http://img.b2bpic.net/free-vector/fitness-badge-collection_23-2147788879.jpg", - "http://img.b2bpic.net/free-vector/sponsor-stickers-collection_23-2148737615.jpg", - "http://img.b2bpic.net/free-vector/retro-crossfit-stickers-set_23-2147620186.jpg", - "http://img.b2bpic.net/free-photo/high-angle-man-training-outdoors_23-2150405504.jpg", - "http://img.b2bpic.net/free-photo/high-angle-man-training-outdoors_23-2150405504.jpg", - ]} + "http://img.b2bpic.net/free-vector/flat-design-vintage-sport-club_23-2149479619.jpg", "http://img.b2bpic.net/free-vector/creative-panther-logo-template_23-2149208620.jpg", "http://img.b2bpic.net/free-photo/close-up-fit-woman-gym-suit_23-2148267279.jpg", "http://img.b2bpic.net/free-vector/fitness-badge-collection_23-2147788879.jpg", "http://img.b2bpic.net/free-vector/sponsor-stickers-collection_23-2148737615.jpg", "http://img.b2bpic.net/free-vector/retro-crossfit-stickers-set_23-2147620186.jpg", "http://img.b2bpic.net/free-photo/high-angle-man-training-outdoors_23-2150405504.jpg", "http://img.b2bpic.net/free-photo/high-angle-man-training-outdoors_23-2150405504.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -273,103 +183,59 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1