Update src/app/page.tsx

This commit is contained in:
2026-06-03 20:29:45 +00:00
parent 034f75e709
commit 10bf647316

View File

@@ -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"},
],
},
]}