4 Commits

Author SHA1 Message Date
1df8544512 Update theme colors 2026-03-03 09:46:07 +00:00
f624db5ba3 Update src/app/page.tsx 2026-03-03 09:44:19 +00:00
563fbb55a4 Update src/app/layout.tsx 2026-03-03 09:44:18 +00:00
8ddf940861 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:42:03 +00:00
3 changed files with 41 additions and 29 deletions

View File

@@ -23,11 +23,13 @@ const inter = Inter({
export const metadata: Metadata = {
title: "Iron Pulse Fitness | 8-Week Body Transformation Coaching", description: "Transform your body in 8 weeks with personalized fitness coaching and nutrition guidance. Join 500+ successful clients. Free workout plan included.", keywords: "fitness coaching, body transformation, personal training, nutrition guidance, online coaching, weight loss, muscle gain", metadataBase: new URL("https://ironpulsefitness.com"),
alternates: {
canonical: "https://ironpulsefitness.com"},
canonical: "https://ironpulsefitness.com"
},
openGraph: {
title: "Iron Pulse Fitness | Transform Your Body in 8 Weeks", description: "Real transformations through evidence-based coaching. 95% success rate.", url: "https://ironpulsefitness.com", siteName: "Iron Pulse Fitness", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg", alt: "Gym training"},
url: "http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg", alt: "Gym training"
},
],
},
twitter: {

View File

@@ -48,13 +48,16 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 1"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 1"
},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Client 2"},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Client 2"
},
{
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Client 3"},
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Client 3"
},
]}
avatarText="Trusted by 500+ Transformed Lives"
avatarText="Trusted by 500+ Who Lost 20+ lbs in 8 Weeks"
buttons={[
{ text: "Start Your Transformation", href: "#programs" },
{ text: "See Results", href: "#results" },
@@ -126,16 +129,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "James Mitchell", role: "Software Engineer", company: "Tech Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/slim-sexy-blonde-young-sportswoman-with-athletic-body-pumped-press-poses-gym-looking-camera-black-sportswear-full-length-portrait_7502-8729.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/slim-sexy-blonde-young-sportswoman-with-athletic-body-pumped-press-poses-gym-looking-camera-black-sportswear-full-length-portrait_7502-8729.jpg"
},
{
id: "2", name: "Sarah Johnson", role: "Marketing Manager", company: "Digital Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-park_1157-5262.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-park_1157-5262.jpg"
},
{
id: "3", name: "Marcus Williams", role: "Sales Executive", company: "Finance Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/strong-shirtless-man-working-out-with-weights_1098-14601.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/strong-shirtless-man-working-out-with-weights_1098-14601.jpg"
},
{
id: "4", name: "Emma Rodriguez", role: "Business Owner", company: "Fitness Retail", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-fitness-female-holds-dumbbells-outdoor-park_613910-521.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-fitness-female-holds-dumbbells-outdoor-park_613910-521.jpg"
},
]}
ariaLabel="Testimonials section"
/>
@@ -175,17 +182,20 @@ export default function LandingPage() {
{
id: "basic", badge: "Starter", badgeIcon: Zap,
price: "$297", subtitle: "Perfect for first-time buyers", features: [
"8-week transformation program", "Customized meal plan", "Weekly check-in calls", "Email support", "Results guarantee"],
"8-week transformation program", "Customized meal plan", "Weekly check-in calls", "Email support", "Results guarantee"
],
},
{
id: "pro", badge: "Most Popular", badgeIcon: Award,
price: "$597", subtitle: "Best for committed transformers", features: [
"Everything in Starter", "Bi-weekly video coaching", "Supplement protocols", "Priority support", "Accountability partner", "Bonus nutrition webinar"],
"Everything in Starter", "Bi-weekly video coaching", "Supplement protocols", "Priority support", "Accountability partner", "Bonus nutrition webinar"
],
},
{
id: "elite", badge: "Premium", badgeIcon: Award,
price: "$1,497", subtitle: "Maximum results guarantee", features: [
"Everything in Pro", "Daily coaching calls", "Custom workout videos", "Lifetime access to portal", "24/7 VIP support", "Meal prep guidance", "Lifetime nutrition updates"],
"Everything in Pro", "Daily coaching calls", "Custom workout videos", "Lifetime access to portal", "24/7 VIP support", "Meal prep guidance", "Lifetime nutrition updates"
],
},
]}
buttons={[{ text: "Start Transformation Today", href: "#contact" }]}

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000f06e6;;
--primary-cta: #0a7039;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #ffffff;;;
--card: #f9f9f9;;;
--foreground: #000612e6;;;
--primary-cta: #15479c;;;
--secondary-cta: #f9f9f9;;;
--accent: #e2e2e2;;;
--background-accent: #c4c4c4;;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000f06e6;;
--primary-cta: #0a7039;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #000f06e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #ffffff;;;
--card: #f9f9f9;;;
--foreground: #000612e6;;;
--primary-cta: #15479c;;;
--primary-cta-text: #ffffff;;;
--secondary-cta: #f9f9f9;;;
--secondary-cta-text: #000612e6;;;
--accent: #e2e2e2;;;
--background-accent: #c4c4c4;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);