Update src/app/page.tsx

This commit is contained in:
2026-05-27 22:13:38 +00:00
parent cbb0d64d51
commit ca50428e85

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
"Classic Manicure", "Deluxe Spa Manicure", "Gel Polish Application", "Nail Art & Design"],
buttons: [
{
text: "View Details", href: "#"},
text: "Book Service", href: "#contact"},
],
},
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
"Classic Pedicure", "Spa Pedicure", "Gel Removal & Pedicure", "Foot & Leg Massage"],
buttons: [
{
text: "View Details", href: "#"},
text: "Book Service", href: "#contact"},
],
},
{
@@ -109,7 +109,7 @@ export default function LandingPage() {
"Gel Full Set", "Gel Fill-ins", "Custom Gel Designs", "Gel Overlay"],
buttons: [
{
text: "View Details", href: "#"},
text: "Book Service", href: "#contact"},
],
},
{
@@ -117,7 +117,7 @@ export default function LandingPage() {
"Haircuts & Trims", "Styling & Blowouts", "Color & Highlights", "Hair Treatments"],
buttons: [
{
text: "View Details", href: "#"},
text: "Book Service", href: "#contact"},
],
},
]}