Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-08 13:05:36 +00:00
4 changed files with 1385 additions and 18 deletions

View File

@@ -42,21 +42,21 @@ export default function GalleryPage() {
id: "1",
name: "Treatment Room 1",
price: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-tattoo-master-workplace-modern-studio_574295-691.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-tattoo-master-workplace-modern-studio_574295-691.jpg?_wi=2",
imageAlt: "modern spa salon interior design aesthetic",
},
{
id: "2",
name: "Relaxation Area",
price: "Wellness",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg?_wi=2",
imageAlt: "spa relaxation room design peaceful",
},
{
id: "3",
name: "Professional Space",
price: "Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-applying-cosmetics_23-2148113238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-applying-cosmetics_23-2148113238.jpg?_wi=2",
imageAlt: "beauty salon mirrors lighting professional",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -79,7 +79,7 @@ export default function HomePage() {
title: "Facial Treatments",
description: "Professional facial regimens, Reghma treatments, skincare services, and facial shops. Customize your skincare journey with our expert estheticians.",
tag: "Face Care",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg?_wi=1",
imageAlt: "professional facial treatment skincare regimen",
buttons: [
{
@@ -93,7 +93,7 @@ export default function HomePage() {
title: "Body Treatments",
description: "Relaxing massages, professional waxing, and sugaring services. Pamper your body with our comprehensive wellness treatments.",
tag: "Body Care",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg?_wi=1",
imageAlt: "professional massage therapy spa body treatment",
buttons: [
{
@@ -107,7 +107,7 @@ export default function HomePage() {
title: "Hands & Feet",
description: "Premium manicure, pedicure, gel polish, and jelly soak-off services. Pamper your nails with expert care and beautiful finishes.",
tag: "Nail Care",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg?_wi=1",
imageAlt: "professional manicure pedicure nail care",
buttons: [
{
@@ -121,7 +121,7 @@ export default function HomePage() {
title: "Lash & Lash Services",
description: "Professional lash extensions, tinting, and specialized lash treatments. Enhance your eyes with premium lash services.",
tag: "Eye Beauty",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-eyeliner_23-2148332496.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-eyeliner_23-2148332496.jpg?_wi=1",
imageAlt: "professional lash extensions beauty salon",
buttons: [
{
@@ -313,21 +313,21 @@ export default function HomePage() {
id: "1",
name: "Treatment Room 1",
price: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-tattoo-master-workplace-modern-studio_574295-691.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-tattoo-master-workplace-modern-studio_574295-691.jpg?_wi=1",
imageAlt: "modern spa salon interior design aesthetic",
},
{
id: "2",
name: "Relaxation Area",
price: "Wellness",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg?_wi=1",
imageAlt: "spa relaxation room design peaceful",
},
{
id: "3",
name: "Professional Space",
price: "Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-applying-cosmetics_23-2148113238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-applying-cosmetics_23-2148113238.jpg?_wi=1",
imageAlt: "beauty salon mirrors lighting professional",
},
]}

View File

@@ -51,7 +51,7 @@ export default function ServicesPage() {
title: "Classic European Facial",
description: "Deep cleanse, exfoliate, and hydrate with our signature European facial technique. Perfect for maintaining healthy, glowing skin.",
tag: "Foundational",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg?_wi=2",
imageAlt: "professional facial treatment skincare regimen",
buttons: [
{
@@ -65,7 +65,7 @@ export default function ServicesPage() {
title: "Premium Reghma Treatment",
description: "Advanced Reghma facial therapy targeting specific skin concerns with specialized serums and light therapy for maximum results.",
tag: "Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg?_wi=3",
imageAlt: "professional facial treatment skincare regimen",
buttons: [
{
@@ -79,7 +79,7 @@ export default function ServicesPage() {
title: "Anti-Aging Facial",
description: "Combat fine lines and wrinkles with our specialized anti-aging treatment featuring peptides, retinol alternatives, and collagen-boosting serums.",
tag: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-client-salon-receiving-manual-facial-massage-from-beautician_343596-4313.jpg?_wi=4",
imageAlt: "professional facial treatment skincare regimen",
buttons: [
{
@@ -105,7 +105,7 @@ export default function ServicesPage() {
id: "1",
name: "Lash Extensions",
price: "From R 350",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-eyeliner_23-2148332496.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-eyeliner_23-2148332496.jpg?_wi=2",
imageAlt: "professional lash extensions beauty salon",
},
{
@@ -119,7 +119,7 @@ export default function ServicesPage() {
id: "3",
name: "Gel Nails",
price: "From R 250",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg?_wi=2",
imageAlt: "professional manicure pedicure nail care",
},
]}
@@ -139,7 +139,7 @@ export default function ServicesPage() {
title: "Swedish Therapeutic Massage",
description: "Classic Swedish massage technique to relieve muscle tension, improve circulation, and promote deep relaxation throughout your entire body.",
tag: "Relaxation",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg?_wi=2",
imageAlt: "professional massage therapy spa body treatment",
buttons: [
{
@@ -153,7 +153,7 @@ export default function ServicesPage() {
title: "Deep Tissue Massage",
description: "Intensive massage targeting deeper muscle layers to release chronic tension and provide therapeutic relief for sports injuries and muscle pain.",
tag: "Therapeutic",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg?_wi=3",
imageAlt: "professional massage therapy spa body treatment",
buttons: [
{
@@ -167,7 +167,7 @@ export default function ServicesPage() {
title: "Luxury Body Treatment",
description: "Pamper your entire body with exfoliation, hydrating masks, and aromatherapy treatments for silky-smooth, nourished skin from head to toe.",
tag: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoying-her-massage_1098-74.jpg?_wi=4",
imageAlt: "professional massage therapy spa body treatment",
buttons: [
{