Merge version_2 into main #4

Merged
bender merged 4 commits from version_2 into main 2026-03-03 21:29:21 +00:00
4 changed files with 0 additions and 20 deletions

View File

@@ -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" }
]}
/>
</div>

View File

@@ -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" }
]}
/>
</div>

View File

@@ -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" }
]}
/>
</div>

View File

@@ -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" }
]}
/>
</div>
@@ -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" }
]}
/>
</div>