Merge version_2 into main #7

Merged
bender merged 3 commits from version_2 into main 2026-03-03 21:45:54 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default function AboutPage() {
button={{
text: "📞 Call Now", href: "tel:+212625728825"
}}
animateOnLoad={false}
animateOnLoad={true}
/>
</div>

View File

@@ -34,7 +34,7 @@ export default function CollectionPage() {
button={{
text: "📞 Call Now", href: "tel:+212625728825"
}}
animateOnLoad={false}
animateOnLoad={true}
/>
</div>

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
button={{
text: "📞 Call Now", href: "tel:+212625728825"
}}
animateOnLoad={false}
animateOnLoad={true}
/>
</div>