9 Commits

Author SHA1 Message Date
a50699bf5f Merge version_3 into main
Merge version_3 into main
2026-03-05 15:22:31 +00:00
281a432320 Update src/app/page.tsx 2026-03-05 15:22:26 +00:00
132b76b1d6 Update src/app/layout.tsx 2026-03-05 15:22:26 +00:00
04ea45cca8 Merge version_2 into main
Merge version_2 into main
2026-03-05 15:20:45 +00:00
2b636db40b Update src/app/page.tsx 2026-03-05 15:20:41 +00:00
1b263644cc Update src/app/layout.tsx 2026-03-05 15:20:41 +00:00
6a6a44bda3 Merge version_1 into main
Merge version_1 into main
2026-03-05 15:18:25 +00:00
868d3a5d82 Merge version_1 into main
Merge version_1 into main
2026-03-05 15:17:34 +00:00
58a7fa6d88 Merge version_1 into main
Merge version_1 into main
2026-03-05 15:16:06 +00:00
2 changed files with 57 additions and 62 deletions

View File

@@ -1,48 +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: "Premium Gym Equipment | IRON", description: "Professional-grade gym equipment for athletes. Barbells, kettlebells, and resistance training gear. Built to last, engineered for performance.", keywords: "gym equipment, barbells, kettlebells, fitness gear, strength training, workout equipment", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Premium Gym Equipment | IRON", description: "Professional-grade gym equipment for serious athletes. Transform your training today.", type: "website", siteName: "IRON", images: [
{
url: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", alt: "Premium gym equipment"},
],
},
twitter: {
card: "summary_large_image", title: "Premium Gym Equipment | IRON", description: "Professional-grade equipment for serious athletes.", images: ["http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg"],
},
};
title: "IRON - Premium Gym Equipment", description: "Professional-grade gym equipment engineered for maximum performance and durability."};
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: `
@@ -1410,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,15 +48,20 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=1", imageAlt: "Professional dumbbells set"},
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=1", imageAlt: "Professional dumbbells set"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=1", imageAlt: "Heavy duty kettlebell"},
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=1", imageAlt: "Heavy duty kettlebell"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg?_wi=1", imageAlt: "Olympic barbell with weights"},
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg?_wi=1", imageAlt: "Olympic barbell with weights"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-dumbbells-workout-adult-sneakers-slim_1428-696.jpg?_wi=1", imageAlt: "Resistance training bands"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-dumbbells-workout-adult-sneakers-slim_1428-696.jpg?_wi=1", imageAlt: "Resistance training bands"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=2", imageAlt: "Complete dumbbell collection"},
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=2", imageAlt: "Complete dumbbell collection"
},
]}
buttons={[
{ text: "Shop Equipment", href: "#products" },
@@ -73,14 +78,17 @@ export default function LandingPage() {
title="Featured Equipment"
description="Explore our collection of professional-grade gym equipment designed for serious athletes and fitness enthusiasts."
tag="Best Sellers"
tagIcon={Award}
tagIcon={Shield}
products={[
{
id: "1", name: "Olympic Barbell Set", price: "$299.99", variant: "20kg bar with 100kg weights", imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg?_wi=2", imageAlt: "Complete Olympic barbell set"},
id: "1", name: "Olympic Barbell Set", price: "$299.99", variant: "20kg bar + 100kg weights | Perfect for strength training", imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg?_wi=2", imageAlt: "Complete Olympic barbell set"
},
{
id: "2", name: "Cast Iron Kettlebell", price: "$79.99", variant: "16kg solid cast iron", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=2", imageAlt: "Professional kettlebell"},
id: "2", name: "Cast Iron Kettlebell", price: "$79.99", variant: "16kg solid cast iron | Builds explosive power & endurance", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=2", imageAlt: "Professional kettlebell"
},
{
id: "3", name: "Resistance Band Set", price: "$49.99", variant: "5-level progressive resistance", imageSrc: "http://img.b2bpic.net/free-photo/woman-dumbbells-workout-adult-sneakers-slim_1428-696.jpg?_wi=2", imageAlt: "Complete resistance band set"},
id: "3", name: "Resistance Band Set", price: "$49.99", variant: "5-level progressive resistance | Great for all fitness levels", imageSrc: "http://img.b2bpic.net/free-photo/woman-dumbbells-workout-adult-sneakers-slim_1428-696.jpg?_wi=2", imageAlt: "Complete resistance band set"
},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -98,7 +106,8 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Materials", description: "Constructed from high-grade steel and cast iron for maximum durability and longevity in intense training environments.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/strong-man-training-gym_1303-23723.jpg?_wi=1", imageAlt: "Premium gym equipment materials"},
imageSrc: "http://img.b2bpic.net/free-photo/strong-man-training-gym_1303-23723.jpg?_wi=1", imageAlt: "Premium gym equipment materials"
},
items: [
{ icon: CheckCircle, text: "High-grade steel construction" },
{ icon: CheckCircle, text: "Lifetime warranty" },
@@ -108,7 +117,8 @@ export default function LandingPage() {
},
{
id: "2", title: "Professional Design", description: "Ergonomically designed for optimal performance and safety during all your workouts and training sessions.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-athletic-man-with-tattoo-his-hand-is-preparing-exercises-with-barbell_613910-21481.jpg?_wi=1", imageAlt: "Professional gym training"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-athletic-man-with-tattoo-his-hand-is-preparing-exercises-with-barbell_613910-21481.jpg?_wi=1", imageAlt: "Professional gym training"
},
items: [
{ icon: CheckCircle, text: "Ergonomic handles" },
{ icon: CheckCircle, text: "Non-slip grip" },
@@ -118,7 +128,8 @@ export default function LandingPage() {
},
{
id: "3", title: "Athlete Approved", description: "Used by professional athletes and fitness champions worldwide. Trusted by elite trainers and strength coaches.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=3", imageAlt: "Professional athletes training"},
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=3", imageAlt: "Professional athletes training"
},
items: [
{ icon: CheckCircle, text: "Endorsed by pros" },
{ icon: CheckCircle, text: "Competition grade" },
@@ -141,9 +152,11 @@ export default function LandingPage() {
tagIcon={TrendingUp}
metrics={[
{
id: "1", value: "50K+", title: "Active Athletes", description: "Fitness professionals using our equipment daily", imageSrc: "http://img.b2bpic.net/free-photo/strong-man-training-gym_1303-23723.jpg?_wi=2", imageAlt: "Active fitness community"},
id: "1", value: "50K+", title: "Active Athletes", description: "Fitness professionals using our equipment daily", imageSrc: "http://img.b2bpic.net/free-photo/strong-man-training-gym_1303-23723.jpg?_wi=2", imageAlt: "Active fitness community"
},
{
id: "2", value: "99%", title: "Satisfaction Rate", description: "Customers rate our products and service excellent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-athletic-man-with-tattoo-his-hand-is-preparing-exercises-with-barbell_613910-21481.jpg?_wi=2", imageAlt: "Customer satisfaction metrics"},
id: "2", value: "99%", title: "Satisfaction Rate", description: "Customers rate our products and service excellent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-athletic-man-with-tattoo-his-hand-is-preparing-exercises-with-barbell_613910-21481.jpg?_wi=2", imageAlt: "Customer satisfaction metrics"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -159,17 +172,23 @@ export default function LandingPage() {
tagIcon={Star}
testimonials={[
{
id: "1", name: "Marcus Johnson", handle: "@marcus_strength", testimonial: "The barbell set changed my training game. Incredible quality and perfect weight distribution. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Marcus Johnson"},
id: "1", name: "Marcus Johnson", handle: "@marcus_strength", testimonial: "The barbell set changed my training game. Incredible quality and perfect weight distribution. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "Sarah Williams", handle: "@sarah_fitness", testimonial: "Best investment I've made in my fitness journey. The equipment is solid and the customer service is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Williams"},
id: "2", name: "Sarah Williams", handle: "@sarah_fitness", testimonial: "Best investment I've made in my fitness journey. The equipment is solid and the customer service is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Williams"
},
{
id: "3", name: "David Chen", handle: "@davids_gym", testimonial: "Five stars across the board. My entire gym is equipped with their products. Professional grade at competitive prices.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", imageAlt: "David Chen"},
id: "3", name: "David Chen", handle: "@davids_gym", testimonial: "Five stars across the board. My entire gym is equipped with their products. Professional grade at competitive prices.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", imageAlt: "David Chen"
},
{
id: "4", name: "Jessica Martinez", handle: "@jess_trains", testimonial: "The kettlebells are perfectly balanced. I use them daily and they show zero wear. Outstanding durability.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=1", imageAlt: "Jessica Martinez"},
id: "4", name: "Jessica Martinez", handle: "@jess_trains", testimonial: "The kettlebells are perfectly balanced. I use them daily and they show zero wear. Outstanding durability.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=1", imageAlt: "Jessica Martinez"
},
{
id: "5", name: "Alex Thompson", handle: "@alex_powerlifts", testimonial: "Serious equipment for serious athletes. This is what professional training looks like. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg", imageAlt: "Alex Thompson"},
id: "5", name: "Alex Thompson", handle: "@alex_powerlifts", testimonial: "Serious equipment for serious athletes. This is what professional training looks like. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg", imageAlt: "Alex Thompson"
},
{
id: "6", name: "Emma Rodriguez", handle: "@emma_ripped", testimonial: "Premium quality that performs. My gym members love the resistance bands. Great additions to our facility.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
id: "6", name: "Emma Rodriguez", handle: "@emma_ripped", testimonial: "Premium quality that performs. My gym members love the resistance bands. Great additions to our facility.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=2", imageAlt: "Emma Rodriguez"
},
]}
speed={40}
textboxLayout="default"
@@ -186,15 +205,20 @@ export default function LandingPage() {
tagIcon={HelpCircle}
faqs={[
{
id: "1", title: "What warranty do you offer?", content: "All our equipment comes with a lifetime warranty against manufacturing defects. We stand behind the quality of our products."},
id: "1", title: "What warranty do you offer?", content: "All our equipment comes with a lifetime warranty against manufacturing defects. We stand behind the quality of our products."
},
{
id: "2", title: "Is shipping available internationally?", content: "Yes, we ship to over 100 countries worldwide. Shipping costs and delivery times vary by location. Contact our support team for specific details."},
id: "2", title: "Is shipping available internationally?", content: "Yes, we ship to over 100 countries worldwide. Shipping costs and delivery times vary by location. Contact our support team for specific details."
},
{
id: "3", title: "Do you offer bulk discounts?", content: "Absolutely! We provide special pricing for gym facilities, fitness centers, and bulk orders. Contact our sales team for a custom quote."},
id: "3", title: "Do you offer bulk discounts?", content: "Absolutely! We provide special pricing for gym facilities, fitness centers, and bulk orders. Contact our sales team for a custom quote."
},
{
id: "4", title: "How do I maintain my equipment?", content: "Most of our equipment requires minimal maintenance. Wipe down after use, store in a dry environment, and inspect regularly for wear. Detailed care instructions come with every product."},
id: "4", title: "How do I maintain my equipment?", content: "Most of our equipment requires minimal maintenance. Wipe down after use, store in a dry environment, and inspect regularly for wear. Detailed care instructions come with every product."
},
{
id: "5", title: "Can I return items if unsatisfied?", content: "We offer a 30-day money-back guarantee on all orders. If you're not completely satisfied, we'll process a full refund."},
id: "5", title: "Can I return items if unsatisfied?", content: "We offer a 30-day money-back guarantee on all orders. If you're not completely satisfied, we'll process a full refund."
},
]}
textboxLayout="default"
faqsAnimation="slide-up"
@@ -261,4 +285,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}