diff --git a/src/app/page.tsx b/src/app/page.tsx index 71a1a02..674f2c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg" imageAlt="Tranquil massage therapy session" mediaAnimation="opacity" frameStyle="card" @@ -65,9 +65,10 @@ export default function LandingPage() { { value: "10+", title: "Years Experience" }, { value: "5000+", title: "Happy Clients" } ]} - imageSrc="http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg" imageAlt="Our peaceful massage sanctuary" mediaAnimation="opacity" + metricsAnimation="opacity" useInvertedBackground={false} /> @@ -80,7 +81,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Therapeutic", title: "Swedish Massage", subtitle: "Deep relaxation and muscle tension relief", description: "Our signature Swedish massage combines long, flowing strokes with targeted pressure to release muscle tension, improve circulation, and promote deep relaxation. Perfect for stress relief and overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }] + tag: "Therapeutic", title: "Swedish Massage", subtitle: "Deep relaxation and muscle tension relief", description: "Our signature Swedish massage combines long, flowing strokes with targeted pressure to release muscle tension, improve circulation, and promote deep relaxation. Perfect for stress relief and overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg", buttons: [{ text: "Learn More", href: "#" }] }, { id: 2, @@ -93,7 +94,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="opacity" />