diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a7c36f5..76d3dfc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c914dc..742c080 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]}