Update src/app/about/page.tsx

This commit is contained in:
2026-06-03 20:29:44 +00:00
parent 79fe2bb98b
commit 034f75e709

View File

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