From d094b76d5aa59b0210256f380c61f01dbf4befc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:11:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ff8d9f..cbdc3f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "b1", price: "$13", name: "Botox (per unit)", buttons: [ { - text: "Select"}, + text: "Book Consultation"}, ], features: [ "Consultation", "Precision Application"], @@ -130,7 +130,7 @@ export default function LandingPage() { { id: "b2", price: "$11", name: "Xeomin (per unit)", buttons: [ { - text: "Select"}, + text: "Book Consultation"}, ], features: [ "Natural Movement", "Safe Care"], @@ -138,7 +138,7 @@ export default function LandingPage() { { id: "b3", price: "$700", name: "Dermal Filler", buttons: [ { - text: "Select"}, + text: "Book Consultation"}, ], features: [ "Lip Augmentation", "Jawline Contouring"], -- 2.49.1