Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 00:04:14 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
imageAlt="Peaceful reiki healing sanctuary with soft lighting"
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -98,7 +98,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
tag="Holistic Services"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
@@ -149,7 +149,7 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
tag="Transparent Pricing"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
@@ -184,14 +184,14 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
tag="Client Stories"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to begin your healing journey? Let's restore your energy and bring peace back into your life."
animationType="entrance-slide"
animationType="reveal-blur"
buttons={[
{ text: "Schedule a Session", href: "#pricing" },
{ text: "Send a Message", href: "#" }