diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3d15380..183976e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -127,10 +127,6 @@ export default function AboutPage() { inputPlaceholder="Your email" buttonText="Schedule Visit" termsText="We'll confirm your visit within 24 hours." - buttons={[ - { text: "📞 Call: 06 25 72 88 25", href: "tel:+212625728825" }, - { text: "📍 Get Directions", href: "https://maps.google.com/?q=7F3W%2B5J+El+Jadida" } - ]} /> diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index 127c5b7..09d42a5 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -132,10 +132,6 @@ export default function CollectionPage() { inputPlaceholder="Your email" buttonText="Get Expert Advice" termsText="Our stylists will respond within 24 hours." - buttons={[ - { text: "📞 Call: 06 25 72 88 25", href: "tel:+212625728825" }, - { text: "💬 WhatsApp", href: "https://wa.me/212625728825" } - ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7726084..6510927 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,10 +86,6 @@ export default function ContactPage() { inputPlaceholder="Your email" buttonText="Schedule Call" termsText="We'll call you back at your preferred time." - buttons={[ - { text: "📞 Call: 06 25 72 88 25", href: "tel:+212625728825" }, - { text: "💬 WhatsApp", href: "https://wa.me/212625728825" } - ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e8bff7..2c40872 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,10 +201,6 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Get In Touch" termsText="We respect your privacy. Reply within 24 hours." - buttons={[ - { text: "📞 Call: 06 25 72 88 25", href: "tel:+212625728825" }, - { text: "📍 Visit Us", href: "https://maps.google.com/?q=7F3W%2B5J+El+Jadida" } - ]} /> @@ -220,10 +216,6 @@ export default function LandingPage() { inputPlaceholder="Your email address" buttonText="Request Information" termsText="We'll get back to you within 24 hours during business hours." - buttons={[ - { text: "📞 Call Now", href: "tel:+212625728825" }, - { text: "💬 WhatsApp", href: "https://wa.me/212625728825" } - ]} />