diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bce5a67..183976e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,7 +34,7 @@ export default function AboutPage() { button={{ text: "📞 Call Now", href: "tel:+212625728825" }} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index f525a97..09d42a5 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -34,7 +34,7 @@ export default function CollectionPage() { button={{ text: "📞 Call Now", href: "tel:+212625728825" }} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 6171625..b59d297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { button={{ text: "📞 Call Now", href: "tel:+212625728825" }} - animateOnLoad={false} + animateOnLoad={true} />