diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c10abd..5ebb093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg" imageAlt="Professional fitness trainer with client" mediaAnimation="slide-up" imagePosition="right" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} kpis={[ { value: "500+", label: "Clients Transformed" }, { value: "95%", label: "Success Rate" }, @@ -115,15 +115,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Personal Training", description: "Custom workout programs tailored to your fitness level, goals, and preferences. Receive real-time form correction and motivation from your dedicated coach.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg?_wi=2", imageAlt: "Personal training session", buttons: [{ text: "Learn More", href: "#contact" }] + title: "Personal Training", description: "Custom workout programs tailored to your fitness level, goals, and preferences. Receive real-time form correction and motivation from your dedicated coach.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg", imageAlt: "Personal training session", buttons: [{ text: "Learn More", href: "#contact" }] }, { id: 2, - title: "Nutrition Coaching", description: "Science-based nutrition guidance integrated with your training program. Build sustainable eating habits that support your fitness transformation.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg?_wi=3", imageAlt: "Nutrition consultation", buttons: [{ text: "Explore Plans", href: "#contact" }] + title: "Nutrition Coaching", description: "Science-based nutrition guidance integrated with your training program. Build sustainable eating habits that support your fitness transformation.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg", imageAlt: "Nutrition consultation", buttons: [{ text: "Explore Plans", href: "#contact" }] }, { id: 3, - title: "Online Training", description: "Access expert coaching from anywhere. Video form checks, personalized programming, and ongoing support delivered through our digital platform.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg?_wi=4", imageAlt: "Online fitness coaching", buttons: [{ text: "Start Online", href: "#contact" }] + title: "Online Training", description: "Access expert coaching from anywhere. Video form checks, personalized programming, and ongoing support delivered through our digital platform.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg", imageAlt: "Online fitness coaching", buttons: [{ text: "Start Online", href: "#contact" }] } ]} animationType="slide-up" @@ -205,9 +205,9 @@ export default function LandingPage() { description="Schedule your free consultation with one of our certified coaches. Let's discuss your goals and create your personalized fitness roadmap." tagIcon={Rocket} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg" imageAlt="Fitness coaching consultation" mediaAnimation="slide-up" mediaPosition="left"