diff --git a/src/app/page.tsx b/src/app/page.tsx index d71962e..664f26c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,13 +69,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Answer Your Profile", description: "Tell us about your current appearance, goals, and lifestyle. Max creates a personalized profile based on your unique situation and aspirations.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Profile setup"}, + title: "Answer Your Profile", description: "Tell us about your current appearance, goals, and lifestyle. Max creates a personalized profile based on your unique situation and aspirations.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Profile setup"}, { id: 2, - title: "Receive Daily Guidance", description: "Get actionable SMS messages with tips on fitness, skincare, style, nutrition, and grooming. Each message is tailored to your specific goals and timeline.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Daily guidance"}, + title: "Receive Daily Guidance", description: "Get actionable SMS messages with tips on fitness, skincare, style, nutrition, and grooming. Each message is tailored to your specific goals and timeline.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Daily guidance"}, { id: 3, - title: "Track Your Progress", description: "Monitor your transformation with check-ins and insights. Max adapts recommendations based on your progress and feedback.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Progress tracking"}, + title: "Track Your Progress", description: "Monitor your transformation with check-ins and insights. Max adapts recommendations based on your progress and feedback.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Progress tracking"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -120,16 +120,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", handle: "@jamesmfit", testimonial: "Max completely changed how I approach my fitness and appearance. The daily SMS tips keep me accountable and motivated. I've never felt better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"}, { id: "2", name: "Alex Chen", handle: "@aleximprovesself", testimonial: "Having a personal AI coach that understands my goals and sends personalized advice every day is game-changing. The results speak for themselves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Alex Chen"}, { id: "3", name: "David Rodriguez", handle: "@davidtransformed", testimonial: "I've tried many coaching programs, but Max's personalized SMS approach is unique. It's like having a coach in your pocket. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Rodriguez"}, { id: "4", name: "Marcus Thompson", handle: "@maxchangedme", testimonial: "The guidance is practical, actionable, and tailored to my lifestyle. After 8 weeks, I look and feel transformed. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Thompson"}, ]} animationType="slide-up" textboxLayout="default"