Update src/app/contact/page.tsx
This commit is contained in:
@@ -22,88 +22,92 @@ export default function ContactPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Efrat Nails"
|
||||
/>
|
||||
</div>
|
||||
<div dir="rtl">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "ראשי", id: "/" },
|
||||
{ name: "אודות", id: "/about" },
|
||||
{ name: "שירותים", id: "/services" },
|
||||
{ name: "גלריה", id: "/gallery" },
|
||||
{ name: "צור קשר", id: "/contact" }
|
||||
]}
|
||||
brandName="Efrat Nails"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq-contact-page" data-section="faq-contact-page">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "How do I book an appointment?", content: "Appointments can be booked easily via WhatsApp by clicking the 'Book Appointment' button on our website or contacting us directly at 052-271-3738. We recommend booking in advance to secure your preferred time." },
|
||||
{ id: "faq-2", title: "What are your operating hours?", content: "We are open Sunday to Thursday. Appointments are available at 15:00, 17:00, and 19:00. Please note that all visits are by appointment only." },
|
||||
{ id: "faq-3", title: "What should I do before my appointment?", content: "Please arrive with clean, polish-free nails. If you have any specific design ideas or reference images, feel free to bring them along to your appointment! This helps us customize your experience." },
|
||||
{ id: "faq-4", title: "What is your cancellation policy?", content: "We kindly request at least 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients. Late cancellations may incur a fee." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555152.jpg"
|
||||
imageAlt="Nail technician preparing tools for an appointment"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about booking, our services, and what to expect during your visit. If you can't find what you're looking for, feel free to contact us directly!"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq-contact-page" data-section="faq-contact-page">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "איך קובעים תור?", content: "ניתן לקבוע תורים בקלות באמצעות WhatsApp בלחיצה על כפתור 'קבעי תור' באתר שלנו או ביצירת קשר ישירות בטלפון 052-271-3738. אנו ממליצות לקבוע תור מראש כדי להבטיח את השעה המועדפת עליך." },
|
||||
{ id: "faq-2", title: "מהן שעות הפעילות?", content: "אנו פועלות מיום ראשון עד חמישי. תורים זמינים בשעות 15:00, 17:00 ו-19:00. שימי לב שכל הביקורים הם בתיאום מראש בלבד." },
|
||||
{ id: "faq-3", title: "מה עלי לעשות לפני התור?", content: "אנא הגיעי עם ציפורניים נקיות וללא לק. אם יש לך רעיונות עיצוב ספציפיים או תמונות התייחסות, אל תהססי להביא אותן איתך לתור! זה עוזר לנו להתאים אישית את החוויה שלך."
|
||||
},
|
||||
{ id: "faq-4", title: "מהי מדיניות הביטולים שלכן?", content: "אנו מבקשות ליידע אותנו לפחות 24 שעות מראש על כל ביטול או שינוי תור. זה מאפשר לנו להציע את המקום ללקוחות אחרות. ביטולים מאוחרים עלולים לגרור תשלום."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555152.jpg"
|
||||
imageAlt="טכנאית ציפורניים מכינה כלים לתור"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
title="שאלות נפוצות"
|
||||
description="מצאי תשובות לשאלות נפוצות בנוגע לקביעת תורים, השירותים שלנו ומה לצפות במהלך ביקורך. אם אינך מוצאת את מבוקשך, אל תהססי ליצור איתנו קשר ישירות!"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-page-cta" data-section="contact-page-cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with Efrat Nails"
|
||||
description="Reach out for inquiries, booking, or any questions you may have. We're here to help you achieve your perfect nails and provide a luxurious service."
|
||||
buttons={[
|
||||
{ text: "Call Efrat: 052-271-3738", href: "tel:+972522713738" },
|
||||
{ text: "Message on Instagram", href: "https://www.instagram.com/efratnails2025" },
|
||||
{ text: "Find Us on Waze", href: "https://waze.com/ul?q=127 Magen David, Herzliya" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-page-cta" data-section="contact-page-cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="צרי קשר"
|
||||
title="התחברי עם Efrat Nails"
|
||||
description="פני אלינו לבירורים, קביעת תורים, או כל שאלה שיש לך. אנחנו כאן כדי לעזור לך להשיג את הציפורניים המושלמות שלך ולספק שירות יוקרתי."
|
||||
buttons={[
|
||||
{ text: "התקשרי לאפרת: 052-271-3738", href: "tel:+972522713738" },
|
||||
{ text: "שלחי הודעה באינסטגרם", href: "https://www.instagram.com/efratnails2025" },
|
||||
{ text: "מצאי אותנו בוויז", href: "https://waze.com/ul?q=127 Magen David, Herzliya" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="http://img.b2bpic.net/free-photo/image-disappointed-brunette-woman-looks-upset-pointing-herself-complaining-dislike-smth-what-about-be-gesture-standing-against-white-background_176420-45915.jpg"
|
||||
logoAlt="Efrat Nails Logo"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Gel Nails", href: "/services#gel-nails" },
|
||||
{ label: "Nail Structure", href: "/services#nail-structure" },
|
||||
{ label: "Nail Extensions", href: "/services#nail-extensions" },
|
||||
{ label: "Nail Art", href: "/services#nail-art" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Phone: 052-271-3738", href: "tel:+972522713738" },
|
||||
{ label: "Instagram: @efratnails2025", href: "https://www.instagram.com/efratnails2025" },
|
||||
{ label: "Address: 127 Magen David, Herzliya", href: "https://waze.com/ul?q=127 Magen David, Herzliya" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Efrat Nails"
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="http://img.b2bpic.net/free-photo/image-disappointed-brunette-woman-looks-upset-pointing-herself-complaining-dislike-smth-what-about-be-gesture-standing-against-white-background_176420-45915.jpg"
|
||||
logoAlt="לוגו Efrat Nails"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "בניית ציפורניים בלק ג'ל", href: "/services#gel-nails" },
|
||||
{ label: "מילוי ציפורניים בג'ל", href: "/services#nail-structure" },
|
||||
{ label: "הארכת ציפורניים בטיפס", href: "/services#nail-extensions" },
|
||||
{ label: "אומנות וקישוטי ציפורניים", href: "/services#nail-art" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "אודותינו", href: "/about" },
|
||||
{ label: "גלריה", href: "/gallery" },
|
||||
{ label: "מדיניות פרטיות", href: "#" },
|
||||
{ label: "תנאי שימוש", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "טלפון: 052-271-3738", href: "tel:+972522713738" },
|
||||
{ label: "אינסטגרם: @efratnails2025", href: "https://www.instagram.com/efratnails2025" },
|
||||
{ label: "כתובת: מגן דוד 127, הרצליה", href: "https://waze.com/ul?q=127 Magen David, Herzliya" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Efrat Nails"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user