diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe5d07..e5b7df6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Experience transformative wellness through premium sauna and floating therapies. Reconnect with your body and mind in our serene sanctuary." tag="Holistic Wellness" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/smiling-man-looking-away-while-relaxing-sauna-health-spa-view-is-through-glass_637285-7496.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/smiling-man-looking-away-while-relaxing-sauna-health-spa-view-is-through-glass_637285-7496.jpg" imageAlt="Serene sauna and wellness space" buttons={[ { text: "Book Your Experience", href: "contact" }, @@ -63,10 +63,11 @@ export default function LandingPage() { { value: "15+", title: "Years of Wellness Expertise" }, { value: "5000+", title: "Clients Transformed" } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg" imageAlt="Our wellness sanctuary interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -74,13 +75,13 @@ export default function LandingPage() {