Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-10 11:42:00 +00:00
Showing only changes of commit b7b669ab98 - Show all commits

View File

@@ -107,6 +107,8 @@ export default function LandingPage() {
heading={[ heading={[
{ {
type: "text", content: "Your Path to Fitness Excellence"}, 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." 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"}, 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"
/> />
</div> </div>