Update src/app/page.tsx
This commit is contained in:
@@ -132,12 +132,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Booking"
|
||||
title="Book Your Visit"
|
||||
description="Secure your appointment and experience the best service in Marrakech."
|
||||
tag="الحجز"
|
||||
title="احجز موعدك"
|
||||
description="أمن موعدك واستمتع بأفضل خدمة في مراكش."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg"
|
||||
mediaPosition="right"
|
||||
buttonText="Confirm Appointment"
|
||||
buttonText="تأكيد الموعد"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,13 +146,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Where are you located?", content: "We are located at the heart of Marrakech. Map is displayed below." },
|
||||
{ id: "f2", title: "How can I contact you?", content: "You can call us at +212 6 00 00 00 00 or use WhatsApp." },
|
||||
{ id: "f3", title: "Do I need an appointment?", content: "Appointments are highly recommended for the best experience." }
|
||||
{ id: "f1", title: "أين موقعكم؟", content: "نحن متواجدون في قلب مدينة مراكش. الخريطة معروضة في الأسفل." },
|
||||
{ id: "f2", title: "كيف يمكنني التواصل معكم؟", content: "يمكنكم الاتصال بنا على +212 6 00 00 00 00 أو عبر واتساب." },
|
||||
{ id: "f3", title: "هل أحتاج إلى حجز موعد؟", content: "ننصح بشدة بحجز موعد مسبق للحصول على أفضل تجربة." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906268.jpg"
|
||||
title="Reach Us Directly"
|
||||
description="Questions? We are here to help you anytime."
|
||||
title="تواصل معنا مباشرة"
|
||||
description="هل لديك استفسارات؟ نحن هنا لمساعدتك في أي وقت."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -160,15 +160,15 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg"
|
||||
logoText="Salon Karim"
|
||||
logoText="صالون كريم"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Booking", href: "#booking" }] },
|
||||
{ title: "Contact", items: [{ label: "+212 6 00 00 00 00", href: "tel:+212600000000" }, { label: "WhatsApp", href: "#" }, { label: "Location", href: "#contact" }] }
|
||||
{ title: "القائمة", items: [{ label: "نبذة عنا", href: "#about" }, { label: "خدماتنا", href: "#services" }, { label: "الحجز", href: "#booking" }] },
|
||||
{ title: "تواصل معنا", items: [{ label: "+212 6 00 00 00 00", href: "tel:+212600000000" }, { label: "واتساب", href: "#" }, { label: "الموقع", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Salon Karim | Marrakech"
|
||||
copyrightText="© 2025 صالون كريم | مراكش"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user