Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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"
|
||||
/>
|
||||
@@ -57,21 +47,15 @@ export default function LandingPage() {
|
||||
description="Efrat Nails specializes in custom nail design, offering precision, unwavering hygiene, and the use of only the highest quality materials. Every client receives a personal, dedicated service that exceeds expectations, creating not just beautiful nails but a truly luxurious experience."
|
||||
metrics={[
|
||||
{
|
||||
value: "5+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "5+", title: "Years Experience"},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "100+", title: "Happy Clients"},
|
||||
{
|
||||
value: "Unique",
|
||||
title: "Custom Designs",
|
||||
},
|
||||
value: "Unique", title: "Custom Designs"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-manicure-appointment-holding-hand-bowl_23-2149171320.jpg"
|
||||
imageAlt="Professional nail technician working on a client's nails"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -83,20 +67,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "the-artist",
|
||||
groupTitle: "The Artist Behind the Art",
|
||||
members: [
|
||||
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"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-lotus-position-practicing-yoga_329181-18430.jpg?_wi=2",
|
||||
imageAlt: "portrait of female nail artist",
|
||||
},
|
||||
]}
|
||||
title="Meet Efrat - Your Visionary Nail Artist"
|
||||
@@ -112,59 +86,35 @@ 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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
207
src/app/page.tsx
207
src/app/page.tsx
@@ -29,25 +29,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,68 +46,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Exquisite Nail Art & Flawless Finishes"
|
||||
description="Transform your nails with Efrat Nails – where precision meets luxury. Experience custom designs, high-quality materials, and a personalized touch for truly stunning results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20appointment",
|
||||
target: "_blank",
|
||||
},
|
||||
text: "Book Your Appointment", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20appointment"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Explore Services", href: "/services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-lotus-position-practicing-yoga_329181-18430.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-lotus-position-practicing-yoga_329181-18430.jpg"
|
||||
imageAlt="Manicured hand with elegant nail art"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Smiling Beautiful Adult Businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
alt: "Content Pretty Businesswoman in Glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Content Pretty Businesswoman in Glasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg",
|
||||
alt: "Skeptical senior businesswoman looking at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", alt: "Skeptical senior businesswoman looking at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Positive executive at work",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Positive executive at work"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg",
|
||||
alt: "Relaxed Serious Businesswoman Leaning on Wall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg", alt: "Relaxed Serious Businesswoman Leaning on Wall"},
|
||||
]}
|
||||
avatarText="Over 100+ Happy Clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision",
|
||||
},
|
||||
type: "text", text: "Precision"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hygiene",
|
||||
},
|
||||
type: "text", text: "Hygiene"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality",
|
||||
},
|
||||
type: "text", text: "Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artistry",
|
||||
},
|
||||
type: "text", text: "Artistry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury",
|
||||
},
|
||||
type: "text", text: "Luxury"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
@@ -130,23 +94,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Craftsmanship",
|
||||
description: "Impeccable attention to detail for flawless designs, ensuring every nail is a work of art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-shop-cashier-packing-shopping-bag-cash-register-medium-shot-front-view-shopping-job-concept_74855-11693.jpg",
|
||||
imageAlt: "Nail precision tools close up",
|
||||
},
|
||||
title: "Precision Craftsmanship", description: "Impeccable attention to detail for flawless designs, ensuring every nail is a work of art.", imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-shop-cashier-packing-shopping-bag-cash-register-medium-shot-front-view-shopping-job-concept_74855-11693.jpg", imageAlt: "Nail precision tools close up"},
|
||||
{
|
||||
title: "Unyielding Hygiene Standards",
|
||||
description: "Strict sterilization protocols and single-use tools guarantee your safety and well-being.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hairdresser-s-items-table_23-2148817199.jpg",
|
||||
imageAlt: "Sterilized nail tools",
|
||||
},
|
||||
title: "Unyielding Hygiene Standards", description: "Strict sterilization protocols and single-use tools guarantee your safety and well-being.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hairdresser-s-items-table_23-2148817199.jpg", imageAlt: "Sterilized nail tools"},
|
||||
{
|
||||
title: "Premium Quality Materials",
|
||||
description: "Only the finest, long-lasting products are used to achieve stunning, durable results that shine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/makeup-nail-polish_23-2148109555.jpg",
|
||||
imageAlt: "Premium nail polish bottles",
|
||||
},
|
||||
title: "Premium Quality Materials", description: "Only the finest, long-lasting products are used to achieve stunning, durable results that shine.", imageSrc: "http://img.b2bpic.net/free-photo/makeup-nail-polish_23-2148109555.jpg", imageAlt: "Premium nail polish bottles"},
|
||||
]}
|
||||
title="Why Choose Efrat Nails?"
|
||||
description="At Efrat Nails, every detail is meticulously crafted to ensure perfection and lasting beauty. We are committed to an unparalleled client experience."
|
||||
@@ -161,50 +113,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Fashion Blogger",
|
||||
company: "StyleMaven",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-charismatic-happy-goodlooking-redhead-woman-red-lipstick-cross-hands-chest-smiling-motivated-excited-having-fun-playful-thrilled-mood-grinning-enthusiastic-standing-green-wall_1258-46260.jpg",
|
||||
imageAlt: "Happy woman client smiling",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Fashion Blogger", company: "StyleMaven", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-charismatic-happy-goodlooking-redhead-woman-red-lipstick-cross-hands-chest-smiling-motivated-excited-having-fun-playful-thrilled-mood-grinning-enthusiastic-standing-green-wall_1258-46260.jpg", imageAlt: "Happy woman client smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily Chen",
|
||||
role: "Marketing Manager",
|
||||
company: "GlamCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-applies-makeup-blushes-with-brush-records-herself-digital_1258-254560.jpg",
|
||||
imageAlt: "Joyful woman client close-up",
|
||||
},
|
||||
id: "2", name: "Emily Chen", role: "Marketing Manager", company: "GlamCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-applies-makeup-blushes-with-brush-records-herself-digital_1258-254560.jpg", imageAlt: "Joyful woman client close-up"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Lee",
|
||||
role: "Graphic Designer",
|
||||
company: "CreativeInk",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-laptop-working-home_1301-7021.jpg",
|
||||
imageAlt: "Confident woman professional",
|
||||
},
|
||||
id: "3", name: "Jessica Lee", role: "Graphic Designer", company: "CreativeInk", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-laptop-working-home_1301-7021.jpg", imageAlt: "Confident woman professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Olivia Smith",
|
||||
role: "Event Planner",
|
||||
company: "EliteEvents",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg",
|
||||
imageAlt: "Happy young woman beauty",
|
||||
},
|
||||
id: "4", name: "Olivia Smith", role: "Event Planner", company: "EliteEvents", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg", imageAlt: "Happy young woman beauty"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe Davis",
|
||||
role: "Beauty Influencer",
|
||||
company: "BeautyBloom",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seductive-close-up-photo-beautiful-blonde-girl-cocktail-silk-dress-seduces-someone-touching-her-lips-by-her-finger_639032-835.jpg",
|
||||
imageAlt: "Stylish woman with manicure",
|
||||
},
|
||||
id: "5", name: "Chloe Davis", role: "Beauty Influencer", company: "BeautyBloom", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seductive-close-up-photo-beautiful-blonde-girl-cocktail-silk-dress-seduces-someone-touching-her-lips-by-her-finger_639032-835.jpg", imageAlt: "Stylish woman with manicure"},
|
||||
]}
|
||||
title="Client Love & Beautiful Stories"
|
||||
description="Hear what our wonderful clients have to say about their Efrat Nails experience and why they keep coming back for exquisite nail art."
|
||||
@@ -216,14 +138,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Glamour Magazine",
|
||||
"Beauty Insider",
|
||||
"Elite Salon Partners",
|
||||
"Fashionista Hub",
|
||||
"Local Beauty Blog",
|
||||
"Style Icon Reviews",
|
||||
"Chic Magazine",
|
||||
]}
|
||||
"Glamour Magazine", "Beauty Insider", "Elite Salon Partners", "Fashionista Hub", "Local Beauty Blog", "Style Icon Reviews", "Chic Magazine"]}
|
||||
title="Our Happy Clients & Partners"
|
||||
description="Building beautiful relationships, one perfect manicure at a time. Join our growing community of satisfied clients."
|
||||
/>
|
||||
@@ -233,17 +148,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Shine?"
|
||||
title="Book Your Signature Nail Experience"
|
||||
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",
|
||||
target: "_blank",
|
||||
},
|
||||
text: "Book via WhatsApp", href: "https://wa.me/972522713738?text=I'd%20like%20to%20book%20a%20nail%20appointment"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,59 +167,35 @@ 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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
@@ -57,29 +47,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Gel Nails",
|
||||
description: "Experience long-lasting, chip-free color with a high-gloss finish. Perfect for everyday elegance and durability.",
|
||||
imageSrc: "asset://feature-gel-nails",
|
||||
imageAlt: "Hands with elegant gel nails",
|
||||
},
|
||||
title: "Gel Nails", description: "Experience long-lasting, chip-free color with a high-gloss finish. Perfect for everyday elegance and durability.", imageSrc: "asset://feature-gel-nails", imageAlt: "Hands with elegant gel nails"},
|
||||
{
|
||||
title: "Nail Structure (Builder Gel)",
|
||||
description: "Strengthen and perfectly shape your natural nails with our advanced builder gel technique, promoting healthy growth and resilience.",
|
||||
imageSrc: "asset://feature-builder-gel",
|
||||
imageAlt: "Close-up of builder gel application on nails",
|
||||
},
|
||||
title: "Nail Structure (Builder Gel)", description: "Strengthen and perfectly shape your natural nails with our advanced builder gel technique, promoting healthy growth and resilience.", imageSrc: "asset://feature-builder-gel", imageAlt: "Close-up of builder gel application on nails"},
|
||||
{
|
||||
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: "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."
|
||||
@@ -93,61 +67,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "gel",
|
||||
badge: "Popular",
|
||||
price: "From ₪150",
|
||||
subtitle: "Classic Gel Manicure",
|
||||
buttons: [
|
||||
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",
|
||||
target: "_blank",
|
||||
},
|
||||
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: [
|
||||
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",
|
||||
target: "_blank",
|
||||
},
|
||||
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: [
|
||||
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",
|
||||
target: "_blank",
|
||||
},
|
||||
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"
|
||||
@@ -163,59 +104,35 @@ 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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user