From 034f75e7096d383b56a9a9134005cbeff6f26395 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 20:29:44 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 94 ++++++++++-------------------------------- 1 file changed, 22 insertions(+), 72 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 34d9f10..471ae93 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -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" /> @@ -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"}, ], }, ]}