Update src/app/contact/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
brandName="Efrat Nails"
|
||||
/>
|
||||
@@ -56,25 +46,17 @@ export default function LandingPage() {
|
||||
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-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-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-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.",
|
||||
},
|
||||
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"
|
||||
@@ -90,27 +72,22 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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: "Call Efrat: 052-271-3738", href: "tel:+972522713738"}
|
||||
,
|
||||
{
|
||||
text: "Message on Instagram",
|
||||
href: "https://www.instagram.com/efratnails2025",
|
||||
target: "_blank",
|
||||
},
|
||||
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",
|
||||
target: "_blank",
|
||||
},
|
||||
text: "Find Us on Waze", href: "https://waze.com/ul?q=127 Magen David, Herzliya"}
|
||||
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,61 +99,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Gel Nails",
|
||||
href: "/services#gel-nails",
|
||||
},
|
||||
label: "Gel Nails", href: "/services#gel-nails"},
|
||||
{
|
||||
label: "Nail Structure",
|
||||
href: "/services#nail-structure",
|
||||
},
|
||||
label: "Nail Structure", href: "/services#nail-structure"},
|
||||
{
|
||||
label: "Nail Extensions",
|
||||
href: "/services#nail-extensions",
|
||||
},
|
||||
label: "Nail Extensions", href: "/services#nail-extensions"},
|
||||
{
|
||||
label: "Nail Art",
|
||||
href: "/services#nail-art",
|
||||
},
|
||||
],
|
||||
label: "Nail Art", href: "/services#nail-art"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Terms of Service", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Phone: 052-271-3738",
|
||||
href: "tel:+972522713738",
|
||||
},
|
||||
label: "Phone: 052-271-3738", href: "tel:+972522713738"},
|
||||
{
|
||||
label: "Instagram: @efratnails2025",
|
||||
href: "https://www.instagram.com/efratnails2025",
|
||||
target: "_blank",
|
||||
},
|
||||
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",
|
||||
target: "_blank",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Address: 127 Magen David, Herzliya", href: "https://waze.com/ul?q=127 Magen David, Herzliya"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Efrat Nails"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user