1 Commits

Author SHA1 Message Date
a0786cdfb0 Update src/app/page.tsx 2026-04-27 22:24:27 +00:00

View File

@@ -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"
@@ -209,7 +209,6 @@ export default function LandingPage() {
name: "message", placeholder: "Tell us about your desired design...", rows: 4,
required: true,
}}
buttonText="Request Appointment"
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=3"
/>
</div>
@@ -252,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}