Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-08 12:50:06 +00:00
2 changed files with 13 additions and 43 deletions

View File

@@ -1,43 +1,20 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "GearFlow - Premium Sports & Outdoor Gear", description: "Shop premium athletic gear, outdoor equipment, and lifestyle essentials. Trusted by athletes worldwide with 30-day returns and fast shipping.", keywords: "sports gear, outdoor equipment, athletic shoes, performance gear, sports equipment store", openGraph: {
title: "GearFlow - Premium Sports & Outdoor Gear", description: "Discover premium gear engineered for performance. Shop the latest in sports equipment, outdoor gear, and lifestyle essentials.", siteName: "GearFlow", images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-travel-kit-elements-table_23-2148315718.jpg", alt: "GearFlow Premium Gear Collection"},
],
},
twitter: {
card: "summary_large_image", title: "GearFlow - Premium Sports & Outdoor Gear", description: "Premium athletic and outdoor gear trusted by athletes worldwide."},
};
title: "GearFlow - Premium Sports & Outdoor Gear", description: "Discover premium sports equipment and outdoor gear trusted by 500K+ athletes. Shop the latest in performance gear, outdoor equipment, and lifestyle essentials."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1405,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

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"