Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-08 08:40:13 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -83,7 +83,7 @@ export default function SaltAndSensesSpa() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Muscle Ease Deep Tissue", price: "R700 · 60min", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-yellow-plant_23-2149640627.jpg", imageAlt: "Deep tissue massage therapy"
id: "1", name: "Muscle Ease Deep Tissue", price: "R700 · 60min", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-yellow-plant_23-2149640627.jpg?_wi=1", imageAlt: "Deep tissue massage therapy"
},
{
id: "2", name: "Peptide Anti-Ageing Ceremony", price: "R980 · 90min", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-mask-face-relaxing-spa-salon_176420-7582.jpg", imageAlt: "Anti-aging facial ceremony"
@@ -95,10 +95,10 @@ export default function SaltAndSensesSpa() {
id: "4", name: "Polishing Body Ritual", price: "R240 · 25min", imageSrc: "http://img.b2bpic.net/free-photo/coconut-oil-tropical-leaves-fresh-coconuts-spa-coconut-products-light-wooden-surface_1150-42401.jpg", imageAlt: "Body scrub and exfoliation ritual"
},
{
id: "5", name: "Swedish Shea Butter Massage", price: "R660 · 60min", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-yellow-plant_23-2149640627.jpg", imageAlt: "Relaxing Swedish massage"
id: "5", name: "Swedish Shea Butter Massage", price: "R660 · 60min", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-yellow-plant_23-2149640627.jpg?_wi=2", imageAlt: "Relaxing Swedish massage"
},
{
id: "6", name: "Couples Escape", price: "R1950 · 90min", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg", imageAlt: "Private couples spa experience"
id: "6", name: "Couples Escape", price: "R1950 · 90min", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg?_wi=1", imageAlt: "Private couples spa experience"
}
]}
/>
@@ -124,7 +124,7 @@ export default function SaltAndSensesSpa() {
description="Synchronized side-by-side treatments in our intimate private sanctuary"
subdescription="R1950 per couple · 90 minutes"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg?_wi=2"
imageAlt="Private couples treatment suite"
mediaAnimation="slide-up"
useInvertedBackground={false}