From 7ca54a7d60f6a8ba84ef509699b83aa616cb55c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:28:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index caa0aca..4c6e331 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Affordable Luxury Microblading & Nanoblading. Experience hyper-realistic results tailored to your natural facial features." buttons={[ { - text: "Book Now", href: "#contact"}, + text: "Start Your Transformation", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautician-doing-eyebrow-treatment-her-female-client_23-2148910502.jpg" imageAlt="Luxurious Beauty Aesthetic Clinic Interior" @@ -168,8 +168,7 @@ export default function LandingPage() { { id: "f4", title: "Why choose this over microblading?", content: "Nanoblading uses finer needles, leading to less skin trauma and a more refined, delicate appearance."}, { - id: "f5", title: "Do you offer satisfaction guarantees?", content: "We are committed to your complete satisfaction; if you are not fully happy with your initial look, we provide a complimentary touch-up consultation within 4 weeks." - } + id: "f5", title: "Do you offer satisfaction guarantees?", content: "We are committed to your complete satisfaction; if you are not fully happy with your initial look, we provide a complimentary touch-up consultation within 4 weeks."} ]} title="Common Questions" description="Learn more about our nanoblading techniques." -- 2.49.1