From 48e76f66a0c44cc99d7e9e68d07a7cfced2b4f19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:13:12 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2f575fb..eb0cf21 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,7 +73,7 @@ export default function AboutPage() { description="At Vinsmoke Athletics, we believe strength training is more than lifting weights—it's about building discipline, confidence, and a lifestyle that works. Founded on proven principles and delivered with personalized expertise." tag="About Vinsmoke" tagIcon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg?_wi=2" imageAlt="Elite strength training at Vinsmoke Athletics" buttons={[ { @@ -140,13 +140,13 @@ export default function AboutPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Marcus Chen", handle: "@marcuschen", testimonial: "Transformed my entire approach to strength training. The personalized coaching made all the difference in my progress.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg", imageAlt: "Marcus Chen"}, + id: "1", name: "Marcus Chen", handle: "@marcuschen", testimonial: "Transformed my entire approach to strength training. The personalized coaching made all the difference in my progress.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg?_wi=3", imageAlt: "Marcus Chen"}, { - id: "2", name: "Sarah Mitchell", handle: "@sarahmitch_fitness", testimonial: "Finally understand proper form and progressive overload. Best investment in my health I could have made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg", imageAlt: "Sarah Mitchell"}, + id: "2", name: "Sarah Mitchell", handle: "@sarahmitch_fitness", testimonial: "Finally understand proper form and progressive overload. Best investment in my health I could have made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=3", imageAlt: "Sarah Mitchell"}, { - id: "3", name: "David Thompson", handle: "@davidthompson88", testimonial: "Consistency and structure finally clicked. The customized program kept me accountable and delivered results.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg", imageAlt: "David Thompson"}, + id: "3", name: "David Thompson", handle: "@davidthompson88", testimonial: "Consistency and structure finally clicked. The customized program kept me accountable and delivered results.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg?_wi=2", imageAlt: "David Thompson"}, { - id: "4", name: "Jessica Liu", handle: "@jessicaliu_trains", testimonial: "Expert guidance cut through the confusion. Now I train smarter, not just harder. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageAlt: "Jessica Liu"}, + id: "4", name: "Jessica Liu", handle: "@jessicaliu_trains", testimonial: "Expert guidance cut through the confusion. Now I train smarter, not just harder. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg?_wi=2", imageAlt: "Jessica Liu"}, ]} animationType="blur-reveal" textboxLayout="default" From c1bd2087c399ba35ccab7b2a5c0b8e6d412e335e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:13:13 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0d810d9..ab9a4a4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -94,16 +94,16 @@ export default function ContactPage() { tag="Contact Us" tagIcon={Zap} background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg?_wi=4" imageAlt="Contact Vinsmoke Athletics" mediaAnimation="slide-up" testimonials={[ { name: "Fast Response", handle: "We reply within 24 hours", testimonial: "Your inquiry matters. Our team gets back to you quickly to help you move forward.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg?_wi=6"}, { name: "Expert Guidance", handle: "Personalized recommendations", testimonial: "We assess your needs and recommend the best service or program for your goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=6"}, ]} buttons={[ { @@ -248,7 +248,7 @@ export default function ContactPage() { description="Get fitness tips, training advice, and updates on our latest offerings delivered directly to your inbox." background={{ variant: "animated-grid" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg?_wi=5" imageAlt="Subscribe to fitness tips" mediaAnimation="slide-up" inputPlaceholder="your@email.com" From 4be0ff883310b221ef38a4afd8807b401143ae9f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:13:13 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d6d4c3..24af8ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,16 +76,16 @@ export default function HomePage() { tag="Premium Training" tagIcon={Zap} background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg?_wi=1" imageAlt="Elite athlete performing strength training" mediaAnimation="slide-up" testimonials={[ { name: "Marcus Chen", handle: "Completed 12-Week Program", testimonial: "Transformed my entire approach to strength training. The personalized coaching made all the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg?_wi=1"}, { name: "Sarah Mitchell", handle: "Consistency Built Results", testimonial: "Finally understand proper form and progressive overload. Best investment in my health.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=1"}, ]} buttons={[ { @@ -104,23 +104,23 @@ export default function HomePage() { { id: 1, title: "Inconsistent Training", description: "Without structure and accountability, progress stalls. You need a system that keeps you committed.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/european-young-woman-sport-black-uniform-sitting-concrete-staircase_291650-398.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/european-young-woman-sport-black-uniform-sitting-concrete-staircase_291650-398.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-working-together-fitness-class_23-2148284916.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-working-together-fitness-class_23-2148284916.jpg?_wi=1"}, }, { id: 2, title: "Lack of Progress", description: "Generic workouts don't work. Your training must be tailored to YOUR goals and body.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/european-young-woman-sport-black-uniform-sitting-concrete-staircase_291650-398.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/european-young-woman-sport-black-uniform-sitting-concrete-staircase_291650-398.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-working-together-fitness-class_23-2148284916.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-working-together-fitness-class_23-2148284916.jpg?_wi=2"}, }, { id: 3, title: "Confusion About Workouts", description: "Too much conflicting information online. You need expert guidance you can trust.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/european-young-woman-sport-black-uniform-sitting-concrete-staircase_291650-398.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/european-young-woman-sport-black-uniform-sitting-concrete-staircase_291650-398.jpg?_wi=3"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-working-together-fitness-class_23-2148284916.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-working-together-fitness-class_23-2148284916.jpg?_wi=3"}, }, ]} showStepNumbers={true} @@ -152,16 +152,16 @@ export default function HomePage() { products={[ { id: "1", brand: "1-on-1 Coaching", name: "Personal Training", price: "Starting at $75/session", rating: 5, - reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/crop-closeup-portrait-woman-exercising-gym_651396-1078.jpg", imageAlt: "Personal training session"}, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/crop-closeup-portrait-woman-exercising-gym_651396-1078.jpg?_wi=1", imageAlt: "Personal training session"}, { id: "2", brand: "Athletic Development", name: "Strength & Conditioning", price: "Starting at $85/session", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-weight-bench_329181-14151.jpg", imageAlt: "Strength and conditioning training"}, + reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-weight-bench_329181-14151.jpg?_wi=1", imageAlt: "Strength and conditioning training"}, { id: "3", brand: "Foundation Building", name: "Beginner Strength Programs", price: "Starting at $199/month", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/gym-instructor-guiding-woman-while-exercising-with-dumbbell_23-2147827468.jpg", imageAlt: "Beginner strength training program"}, + reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/gym-instructor-guiding-woman-while-exercising-with-dumbbell_23-2147827468.jpg?_wi=1", imageAlt: "Beginner strength training program"}, { id: "4", brand: "Tailored Solutions", name: "Customized Workout Plans", price: "Starting at $149/month", rating: 5, - reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Custom workout plan design"}, + reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", imageAlt: "Custom workout plan design"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -182,13 +182,13 @@ export default function HomePage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Marcus Chen", handle: "@marcuschen", testimonial: "Transformed my entire approach to strength training. The personalized coaching made all the difference in my progress.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg", imageAlt: "Marcus Chen"}, + id: "1", name: "Marcus Chen", handle: "@marcuschen", testimonial: "Transformed my entire approach to strength training. The personalized coaching made all the difference in my progress.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg?_wi=2", imageAlt: "Marcus Chen"}, { - id: "2", name: "Sarah Mitchell", handle: "@sarahmitch_fitness", testimonial: "Finally understand proper form and progressive overload. Best investment in my health I could have made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg", imageAlt: "Sarah Mitchell"}, + id: "2", name: "Sarah Mitchell", handle: "@sarahmitch_fitness", testimonial: "Finally understand proper form and progressive overload. Best investment in my health I could have made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=2", imageAlt: "Sarah Mitchell"}, { - id: "3", name: "David Thompson", handle: "@davidthompson88", testimonial: "Consistency and structure finally clicked. The customized program kept me accountable and delivered results.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg", imageAlt: "David Thompson"}, + id: "3", name: "David Thompson", handle: "@davidthompson88", testimonial: "Consistency and structure finally clicked. The customized program kept me accountable and delivered results.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg?_wi=1", imageAlt: "David Thompson"}, { - id: "4", name: "Jessica Liu", handle: "@jessicaliu_trains", testimonial: "Expert guidance cut through the confusion. Now I train smarter, not just harder. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageAlt: "Jessica Liu"}, + id: "4", name: "Jessica Liu", handle: "@jessicaliu_trains", testimonial: "Expert guidance cut through the confusion. Now I train smarter, not just harder. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg?_wi=1", imageAlt: "Jessica Liu"}, { id: "5", name: "Alex Rodriguez", handle: "@alexfitness", testimonial: "One-on-one coaching accountability transformed my consistency. Best decision for my fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-dressing-room-gym_329181-13273.jpg", imageAlt: "Alex Rodriguez"}, { From 7c48f403cec9bd1b7ccf5f82897f221753c9868e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:13:13 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5bc58f9..46d5432 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -74,16 +74,16 @@ export default function ServicesPage() { tag="Our Services" tagIcon={Zap} background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg?_wi=3" imageAlt="Comprehensive strength training services" mediaAnimation="slide-up" testimonials={[ { name: "Marcus Chen", handle: "12-Week Program", testimonial: "The variety and expertise across all services is unmatched. Found exactly what I needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg?_wi=4"}, { name: "Sarah Mitchell", handle: "Custom Programs", testimonial: "Every service is tailored and professional. Worth every penny for results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=4"}, ]} buttons={[ { @@ -103,16 +103,16 @@ export default function ServicesPage() { products={[ { id: "1", brand: "One-on-One Coaching", name: "Personal Training Sessions", price: "$75 per session", rating: 5, - reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/crop-closeup-portrait-woman-exercising-gym_651396-1078.jpg", imageAlt: "Personal training session with expert coach"}, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/crop-closeup-portrait-woman-exercising-gym_651396-1078.jpg?_wi=2", imageAlt: "Personal training session with expert coach"}, { id: "2", brand: "Athletic Development", name: "Strength & Conditioning", price: "$85 per session", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-weight-bench_329181-14151.jpg", imageAlt: "Advanced strength and conditioning training"}, + reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-weight-bench_329181-14151.jpg?_wi=2", imageAlt: "Advanced strength and conditioning training"}, { id: "3", brand: "Foundation Building", name: "Beginner Strength Programs", price: "$199 per month", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/gym-instructor-guiding-woman-while-exercising-with-dumbbell_23-2147827468.jpg", imageAlt: "Beginner-friendly strength training program"}, + reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/gym-instructor-guiding-woman-while-exercising-with-dumbbell_23-2147827468.jpg?_wi=2", imageAlt: "Beginner-friendly strength training program"}, { id: "4", brand: "Customized Solutions", name: "Custom Workout Plans", price: "$149 per month", rating: 5, - reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Personalized custom workout plan design"}, + reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", imageAlt: "Personalized custom workout plan design"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -169,13 +169,13 @@ export default function ServicesPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Marcus Chen", handle: "@marcuschen", testimonial: "The personal training sessions transformed my approach. Expert guidance every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg", imageAlt: "Marcus Chen"}, + id: "1", name: "Marcus Chen", handle: "@marcuschen", testimonial: "The personal training sessions transformed my approach. Expert guidance every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg?_wi=5", imageAlt: "Marcus Chen"}, { - id: "2", name: "Sarah Mitchell", handle: "@sarahmitch_fitness", testimonial: "The custom program adjusted perfectly to my schedule. Consistency finally stuck!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg", imageAlt: "Sarah Mitchell"}, + id: "2", name: "Sarah Mitchell", handle: "@sarahmitch_fitness", testimonial: "The custom program adjusted perfectly to my schedule. Consistency finally stuck!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=5", imageAlt: "Sarah Mitchell"}, { - id: "3", name: "David Thompson", handle: "@davidthompson88", testimonial: "Strength & Conditioning elevated my athletic performance. Sport-specific training is game-changing.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg", imageAlt: "David Thompson"}, + id: "3", name: "David Thompson", handle: "@davidthompson88", testimonial: "Strength & Conditioning elevated my athletic performance. Sport-specific training is game-changing.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg?_wi=3", imageAlt: "David Thompson"}, { - id: "4", name: "Jessica Liu", handle: "@jessicaliu_trains", testimonial: "All three services exceeded expectations. Quality coaching across the board.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageAlt: "Jessica Liu"}, + id: "4", name: "Jessica Liu", handle: "@jessicaliu_trains", testimonial: "All three services exceeded expectations. Quality coaching across the board.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg?_wi=3", imageAlt: "Jessica Liu"}, ]} animationType="blur-reveal" textboxLayout="default"