diff --git a/src/app/page.tsx b/src/app/page.tsx index 1153c2f..f232b82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,6 +107,8 @@ export default function LandingPage() { heading={[ { type: "text", content: "Your Path to Fitness Excellence"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg", alt: "Diverse group exercising in gym"}, { type: "text", content: "Body Strong Gym is dedicated to empowering individuals on their fitness journey. We offer a holistic approach to health, combining cutting-edge equipment with personalized coaching and a vibrant atmosphere. Our mission is to help you build strength, improve endurance, and achieve your personal best in a facility designed for success. Join a community that motivates and supports you every step of the way." } @@ -115,8 +117,6 @@ export default function LandingPage() { { text: "Learn More", href: "#features"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg" - imageAlt="Diverse group exercising in gym" />