From a0786cdfb05bd115d3edeb3b46dda4a0f0b1a8fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 22:24:27 +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 9ca0991..64da65d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,19 +148,19 @@ export default function LandingPage() { id: "basic", title: "Gel Manicure", price: "$50", period: "/ set", features: [ "Natural nails", "Basic color", "Cleanup"], button: { - text: "Book Now"}, + text: "Book Gel Manicure"}, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-getting-engaged-valentines-day_23-2149202965.jpg", imageAlt: "Young couple getting engaged on valentines day"}, { id: "pro", title: "Acrylic Set", price: "$80", period: "/ set", features: [ "Full set acrylics", "Standard color", "Shaping"], button: { - text: "Book Now"}, + text: "Book Acrylic Set"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262902.jpg?_wi=2", imageAlt: "Young couple getting engaged on valentines day"}, { id: "vip", title: "Deluxe Custom Art", price: "$110", period: "/ set", features: [ "Extended acrylics", "Complex nail art", "Rhinestones"], button: { - text: "Book Now"}, + text: "Book Custom Set"}, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-using-phone-blue_140725-24236.jpg?_wi=2", imageAlt: "Young couple getting engaged on valentines day"}, ]} title="Pricing Options" -- 2.49.1