From 887cef29ddb863a26c437fcb50edde48753aa599 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:49:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 674f2c0..6a2a7c1 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" + imageSrc="http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=1" imageAlt="Tranquil massage therapy session" mediaAnimation="opacity" frameStyle="card" @@ -65,7 +65,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=2" imageAlt="Our peaceful massage sanctuary" mediaAnimation="opacity" metricsAnimation="opacity" @@ -81,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", 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?_wi=3", buttons: [{ text: "Learn More", href: "#" }] }, { id: 2, -- 2.49.1