Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 20:49:08 +00:00

View File

@@ -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}
/>
</div>
@@ -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"
/>
</div>