5 Commits

Author SHA1 Message Date
5febac3696 Merge version_4 into main
Merge version_4 into main
2026-04-27 22:24:32 +00:00
379bcbf1b0 Merge version_3 into main
Merge version_3 into main
2026-04-27 22:24:30 +00:00
043c117e7d Update src/app/page.tsx 2026-04-27 22:24:29 +00:00
a0786cdfb0 Update src/app/page.tsx 2026-04-27 22:24:27 +00:00
956780262f Merge version_2 into main
Merge version_2 into main
2026-04-27 22:23:28 +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,6 +209,7 @@ 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>
@@ -251,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}