Update src/app/page.tsx

This commit is contained in:
2026-03-09 14:54:20 +00:00
parent c0ca8b1eeb
commit 8b5f2e11f0

View File

@@ -94,9 +94,9 @@ export default function LandingPage() {
{
id: "1", name: "Pink Ombre Glitter", price: "Manicure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiGDVlXuq5uQB8YYYXzNmDNeib/uploaded-1773067977781-a5182lxw.png", imageAlt: "Pink ombre glitter nail design"},
{
id: "2", name: "Classic Nude Pearl", price: "Manicure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg", imageAlt: "Nude pearl nail design"},
id: "2", name: "Classic Nude Pearl", price: "Manicure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg?_wi=1", imageAlt: "Nude pearl nail design"},
{
id: "3", name: "Eyebrow Design", price: "Eyebrow Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg", imageAlt: "Professional eyebrow design"},
id: "3", name: "Eyebrow Design", price: "Eyebrow Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg?_wi=1", imageAlt: "Professional eyebrow design"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -150,13 +150,13 @@ export default function LandingPage() {
"Professional nail shaping", "Premium polish application", "Hand massage included", "Lasting 2+ weeks"],
},
{
id: "gelpolish", title: "Gel Polish Manicure", price: "$50", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg", imageAlt: "Gel polish manicure", button: {
id: "gelpolish", title: "Gel Polish Manicure", price: "$50", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg?_wi=2", imageAlt: "Gel polish manicure", button: {
text: "Book Now", href: "contact"},
features: [
"Premium gel polish", "Intricate nail design", "UV protective coating", "Lasting 3-4 weeks"],
},
{
id: "eyebrows", title: "Eyebrow Design", price: "$40", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg", imageAlt: "Eyebrow design service", button: {
id: "eyebrows", title: "Eyebrow Design", price: "$40", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg?_wi=2", imageAlt: "Eyebrow design service", button: {
text: "Book Now", href: "contact"},
features: [
"Professional shaping", "Tinting included", "Expert design consultation", "Lasting 4-6 weeks"],