Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -69,9 +69,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "the-artist", groupTitle: "The Artist Behind the Art", members: [
|
||||
{
|
||||
id: "efrat", title: "Efrat", subtitle: "Lead Nail Technician & Designer", detail: "Efrat specializes in custom gel, builder gel, extensions, and intricate nail art. She is dedicated to providing a luxurious, personalized experience with a focus on hygiene and high-quality results.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-with-bored-expression-blue_140725-24244.jpg", imageAlt: "Portrait of Efrat, lead nail technician and artist"},
|
||||
],
|
||||
},
|
||||
id: "efrat", title: "Efrat", subtitle: "Lead Nail Technician & Designer", detail: "Efrat specializes in custom gel, builder gel, extensions, and intricate nail art. She is dedicated to providing a luxurious, personalized experience with a focus on hygiene and high-quality results.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-with-bored-expression-blue_140725-24244.jpg", imageAlt: "Portrait of Efrat, lead nail technician and artist"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Efrat - Your Visionary Nail Artist"
|
||||
description="With a passion for intricate designs and a commitment to perfection, Efrat brings years of expertise and a personal touch to every manicure. Your nails are her canvas, transformed into wearable art."
|
||||
@@ -92,8 +92,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Nail Extensions", href: "/services#nail-extensions"},
|
||||
{
|
||||
label: "Nail Art", href: "/services#nail-art"},
|
||||
],
|
||||
label: "Nail Art", href: "/services#nail-art"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -104,8 +104,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
label: "Terms of Service", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -114,9 +114,9 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
label: "Address: 127 Magen David, Herzliya", href: "https://waze.com/ul?q=127 Magen David, Herzliya"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Efrat Nails"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
description="Schedule your appointment today for personalized service and breathtaking nail designs. We can't wait to create magic for you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book via WhatsApp", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20appointment"},
|
||||
text: "Book via WhatsApp", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20appointment"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,8 +173,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Nail Extensions", href: "/services#nail-extensions"},
|
||||
{
|
||||
label: "Nail Art", href: "/services#nail-art"},
|
||||
],
|
||||
label: "Nail Art", href: "/services#nail-art"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -185,8 +185,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
label: "Terms of Service", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -195,9 +195,9 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
label: "Address: 127 Magen David, Herzliya", href: "https://waze.com/ul?q=127 Magen David, Herzliya"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Efrat Nails"
|
||||
/>
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Nail Extensions (Tips)", description: "Achieve desired length and beautiful shape with flawless, natural-looking extensions using only high-quality tips.", imageSrc: "asset://feature-extensions", imageAlt: "Nail technician applying tips for extensions"},
|
||||
{
|
||||
title: "Custom Nail Art Designs", description: "Unleash your creativity with personalized, hand-painted designs, intricate patterns, and dazzling embellishments tailored just for you.", imageSrc: "asset://feature-nail-art", imageAlt: "Artistic hand-painted nail design"},
|
||||
title: "Custom Nail Art Designs", description: "Unleash your creativity with personalized, hand-painted designs, intricate patterns, and dazzling embellishments tailored just for you.", imageSrc: "asset://feature-nail-art", imageAlt: "Artistic hand-painted nail design"}
|
||||
]}
|
||||
title="Our Signature Nail Services"
|
||||
description="Explore our comprehensive range of nail services, each tailored to perfection using advanced techniques and premium products for lasting beauty and health."
|
||||
@@ -69,27 +69,27 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "gel", badge: "Popular", price: "From ₪150", subtitle: "Classic Gel Manicure", buttons: [
|
||||
{
|
||||
text: "Book Gel Nails", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20gel%20appointment"},
|
||||
text: "Book Gel Nails", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20gel%20appointment"}
|
||||
],
|
||||
features: [
|
||||
"Long-lasting, chip-free color", "High-gloss, flawless finish", "Wide range of colors", "Lasts 2-3 weeks"],
|
||||
"Long-lasting, chip-free color", "High-gloss, flawless finish", "Wide range of colors", "Lasts 2-3 weeks"]
|
||||
},
|
||||
{
|
||||
id: "builder", badge: "Premium", price: "From ₪220", subtitle: "Nail Structure & Strength", buttons: [
|
||||
{
|
||||
text: "Book Structure", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20builder%20gel%20appointment"},
|
||||
text: "Book Structure", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20builder%20gel%20appointment"}
|
||||
],
|
||||
features: [
|
||||
"Reinforces natural nails", "Corrects nail shape", "Adds strength and durability", "Promotes healthy growth"],
|
||||
"Reinforces natural nails", "Corrects nail shape", "Adds strength and durability", "Promotes healthy growth"]
|
||||
},
|
||||
{
|
||||
id: "extensionArt", badge: "Signature", price: "From ₪280", subtitle: "Extensions & Custom Art", buttons: [
|
||||
{
|
||||
text: "Book Extensions", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20extensions%20with%20art%20appointment"},
|
||||
text: "Book Extensions", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20extensions%20with%20art%20appointment"}
|
||||
],
|
||||
features: [
|
||||
"Achieve desired length & shape", "Intricate custom nail art", "Personalized design consultation", "Perfect for special occasions"],
|
||||
},
|
||||
"Achieve desired length & shape", "Intricate custom nail art", "Personalized design consultation", "Perfect for special occasions"]
|
||||
}
|
||||
]}
|
||||
title="Investment in Your Beauty"
|
||||
description="Discover our transparent service pricing. Each session promises exceptional quality, impeccable hygiene, and personalized artistic application for a truly rewarding experience."
|
||||
@@ -110,8 +110,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Nail Extensions", href: "/services#nail-extensions"},
|
||||
{
|
||||
label: "Nail Art", href: "/services#nail-art"},
|
||||
],
|
||||
label: "Nail Art", href: "/services#nail-art"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -122,8 +122,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
label: "Terms of Service", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -132,9 +132,9 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
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