Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 08:08:08 +00:00
parent c98d091c90
commit 3f092c40cd

View File

@@ -55,7 +55,7 @@ const ServicesPage = () => {
{
title: "Luxury Hair Installations",
description: "Premium virgin hair extensions including Brazilian, Peruvian, and Malaysian bundles with professional installation and styling.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-done-beauty-salon_23-2148976114.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-done-beauty-salon_23-2148976114.jpg?_wi=3",
imageAlt: "Luxury Hair Installations",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -63,7 +63,7 @@ const ServicesPage = () => {
{
title: "Professional Makeup Artistry",
description: "Soft glam, bridal glam, editorial and event makeup tailored to your vision and face shape.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-doing-bridal-makeup-look_23-2149722043.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-doing-bridal-makeup-look_23-2149722043.jpg?_wi=2",
imageAlt: "Professional Makeup Artistry",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -71,7 +71,7 @@ const ServicesPage = () => {
{
title: "Nail Design & Care",
description: "Acrylics, gel polish, custom nail art, extensions and professional nail treatments with premium finishing.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12161.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12161.jpg?_wi=2",
imageAlt: "Nail Design & Care",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -79,7 +79,7 @@ const ServicesPage = () => {
{
title: "Bridal & Special Event Packages",
description: "Complete beauty packages tailored for weddings, graduations and milestone events with coordination services.",
imageSrc: "http://img.b2bpic.net/free-photo/young-bride-is-looking-happily-mysteriously-camera_8353-9143.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-bride-is-looking-happily-mysteriously-camera_8353-9143.jpg?_wi=3",
imageAlt: "Bridal Packages",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -102,35 +102,35 @@ const ServicesPage = () => {
id: "1",
name: "Hair Care Treatments",
price: "Starting from P150",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg?_wi=3",
imageAlt: "Hair Care",
},
{
id: "2",
name: "Facial & Skincare",
price: "Starting from P200",
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=7",
imageAlt: "Skincare",
},
{
id: "3",
name: "Threading & Waxing",
price: "Starting from P80",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=11",
imageAlt: "Threading",
},
{
id: "4",
name: "Wig Installation & Styling",
price: "Starting from P250",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-done-beauty-salon_23-2148976114.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-done-beauty-salon_23-2148976114.jpg?_wi=4",
imageAlt: "Wig Services",
},
{
id: "5",
name: "Consultation Services",
price: "P50 or Free with Service",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3",
imageAlt: "Consultation",
},
]}