Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-12 13:33:08 +00:00
6 changed files with 75 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ const AboutPage = () => {
title: "Nadine Coetzee",
subtitle: "Blonde Specialist",
detail: "Passionate about helping women feel confident and radiant with beautifully healthy hair",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg?_wi=3",
imageAlt: "Nadine Coetzee, Blonde Specialist",
},
{
@@ -34,7 +34,7 @@ const AboutPage = () => {
title: "Cindy Jacobs",
subtitle: "Experienced Stylist",
detail: "Focused on natural, elegant styles tailored to every client's unique needs and lifestyle",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg?_wi=2",
imageAlt: "Cindy Jacobs, Experienced Stylist",
},
],
@@ -48,7 +48,7 @@ const AboutPage = () => {
title: "Blonde Specialist",
subtitle: "Expert colour techniques for stunning results",
description: "With years of experience in blonde transformations and colour correction, Nadine specializes in achieving beautiful, natural-looking blonde results tailored to your skin tone and hair goals.",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=6",
imageAlt: "Blonde specialist expertise",
},
{
@@ -57,7 +57,7 @@ const AboutPage = () => {
title: "Personalized Consultations",
subtitle: "Your hair, your vision",
description: "Every client receives a thorough consultation to understand your hair goals, lifestyle, and preferences. We create customized treatment plans designed specifically for you.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg?_wi=4",
imageAlt: "Personalized consultation",
},
{
@@ -66,7 +66,7 @@ const AboutPage = () => {
title: "Professional Products",
subtitle: "Only the best for your hair",
description: "We use premium, professional-grade products including MycroKeratin treatments to ensure your hair stays healthy, vibrant, and beautiful between appointments.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=6",
imageAlt: "Professional hair products",
},
{
@@ -75,7 +75,7 @@ const AboutPage = () => {
title: "Friendly Local Salon",
subtitle: "Where you belong",
description: "Located right here in Thabazimbi, we're more than a salon—we're your trusted local beauty partners. We build lasting relationships with our clients and make every visit special.",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg?_wi=5",
imageAlt: "Friendly local salon",
},
];
@@ -174,7 +174,7 @@ const AboutPage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg"
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg?_wi=4"
imageAlt="Luxury salon interior"
logoText="Crowned by Him"
copyrightText="© 2025 Crowned by Him Styled by Cindy & Gracefully Beautiful. All rights reserved."

View File

@@ -241,7 +241,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg"
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg?_wi=5"
imageAlt="Luxury salon interior"
logoText="Crowned by Him"
copyrightText="© 2025 Crowned by Him Styled by Cindy & Gracefully Beautiful. All rights reserved."

View File

@@ -1,24 +1,49 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Figtree } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Blonde Hair Salon Thabazimbi | Crowned by Him Styled by Cindy",
description: "Expert blonde transformations and professional hair services in Thabazimbi. Book your personalized keratin smoothing or custom colour with our professional stylists today.",
keywords: "hair salon Thabazimbi, blonde specialist, keratin treatment, hair colour, professional stylist, hair transformation",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Blonde Hair Salon Thabazimbi | Crowned by Him Styled by Cindy",
description: "Expert blonde transformations and professional hair services in Thabazimbi. Book your appointment today.",
type: "website",
siteName: "Crowned by Him Styled by Cindy",
},
twitter: {
card: "summary_large_image",
title: "Blonde Hair Salon Thabazimbi | Crowned by Him Styled by Cindy",
description: "Expert blonde transformations and professional hair services in Thabazimbi.",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +52,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +66,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,19 +99,19 @@ export default function HomePage() {
imageAlt: "blonde hair transformation salon bright lighting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=1",
imageAlt: "blonde highlights balayage salon technique",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=1",
imageAlt: "keratin hair treatment smoothing results",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg?_wi=1",
imageAlt: "natural hair styling salon professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg?_wi=1",
imageAlt: "professional female hair stylist portrait",
},
]}
@@ -139,28 +139,28 @@ export default function HomePage() {
id: "1",
name: "Blonde Transformations",
price: "R 450 - R 950",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=2",
imageAlt: "blonde highlights balayage salon technique",
},
{
id: "2",
name: "Full Colour & Restyles",
price: "R 350 - R 800",
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-happy-woman-dressed-white-blouse-looking-away_291650-408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-happy-woman-dressed-white-blouse-looking-away_291650-408.jpg?_wi=1",
imageAlt: "full hair color change salon makeover",
},
{
id: "3",
name: "MycroKeratin Smoothing",
price: "R 550 - R 1200",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=2",
imageAlt: "keratin hair treatment smoothing results",
},
{
id: "4",
name: "Natural Style Customisation",
price: "R 250 - R 600",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg?_wi=2",
imageAlt: "natural hair styling salon professional",
},
]}
@@ -191,28 +191,28 @@ export default function HomePage() {
id: "1",
name: "Blonde Transformation",
price: "Dark to Radiant Blonde",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg?_wi=1",
imageAlt: "blonde transformation before after dark to blonde",
},
{
id: "2",
name: "Color Correction",
price: "Vibrant & Healthy Blonde",
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-client-haircut-salon_23-2148353408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-client-haircut-salon_23-2148353408.jpg?_wi=1",
imageAlt: "color correction vibrant blonde results",
},
{
id: "3",
name: "Keratin Results",
price: "Smooth & Frizz-Free",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-crazy-gesture_1187-4442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-crazy-gesture_1187-4442.jpg?_wi=1",
imageAlt: "keratin treatment smooth frizz free hair",
},
{
id: "4",
name: "Natural Styling",
price: "Elegant & Customised",
imageSrc: "http://img.b2bpic.net/free-photo/girl-curly-hairstyle-checking-haircut-fixing-curls-near-mirror-before-return-boyfriend-have-romantic-dinner-smiling-broadly-feel-happy_176420-44744.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-curly-hairstyle-checking-haircut-fixing-curls-near-mirror-before-return-boyfriend-have-romantic-dinner-smiling-broadly-feel-happy_176420-44744.jpg?_wi=1",
imageAlt: "natural hair styling elegant hairstyle result",
},
]}
@@ -250,7 +250,7 @@ export default function HomePage() {
title: "Nadine Coetzee",
subtitle: "Blonde Specialist",
detail: "Passionate about helping women feel confident and radiant with beautifully healthy hair",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg?_wi=2",
imageAlt: "Nadine Coetzee, Blonde Specialist",
},
{
@@ -258,7 +258,7 @@ export default function HomePage() {
title: "Cindy Jacobs",
subtitle: "Experienced Stylist",
detail: "Focused on natural, elegant styles tailored to every client's unique needs and lifestyle",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg?_wi=1",
imageAlt: "Cindy Jacobs, Experienced Stylist",
},
],
@@ -283,7 +283,7 @@ export default function HomePage() {
title: "Blonde Specialist",
subtitle: "Expert colour techniques for stunning results",
description: "With years of experience in blonde transformations and colour correction, Nadine specializes in achieving beautiful, natural-looking blonde results tailored to your skin tone and hair goals.",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=3",
imageAlt: "Blonde specialist expertise",
},
{
@@ -292,7 +292,7 @@ export default function HomePage() {
title: "Personalized Consultations",
subtitle: "Your hair, your vision",
description: "Every client receives a thorough consultation to understand your hair goals, lifestyle, and preferences. We create customized treatment plans designed specifically for you.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg?_wi=2",
imageAlt: "Personalized consultation",
},
{
@@ -301,7 +301,7 @@ export default function HomePage() {
title: "Professional Products",
subtitle: "Only the best for your hair",
description: "We use premium, professional-grade products including MycroKeratin treatments to ensure your hair stays healthy, vibrant, and beautiful between appointments.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=3",
imageAlt: "Professional hair products",
},
{
@@ -310,7 +310,7 @@ export default function HomePage() {
title: "Friendly Local Salon",
subtitle: "Where you belong",
description: "Located right here in Thabazimbi, we're more than a salon—we're your trusted local beauty partners. We build lasting relationships with our clients and make every visit special.",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg?_wi=3",
imageAlt: "Friendly local salon",
},
]}
@@ -345,7 +345,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg"
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg?_wi=1"
imageAlt="Luxury salon interior"
logoText="Crowned by Him"
copyrightText="© 2025 Crowned by Him Styled by Cindy & Gracefully Beautiful. All rights reserved."

View File

@@ -90,28 +90,28 @@ export default function ServicesPage() {
id: "1",
name: "Blonde Transformations",
price: "R 450 - R 950",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=4",
imageAlt: "Blonde specialist colour techniques",
},
{
id: "2",
name: "Full Colour & Restyles",
price: "R 350 - R 800",
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-happy-woman-dressed-white-blouse-looking-away_291650-408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-happy-woman-dressed-white-blouse-looking-away_291650-408.jpg?_wi=2",
imageAlt: "Custom colour and styling services",
},
{
id: "3",
name: "MycroKeratin Smoothing",
price: "R 550 - R 1200",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=4",
imageAlt: "Professional keratin treatment",
},
{
id: "4",
name: "Natural Style Customisation",
price: "R 250 - R 600",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg?_wi=4",
imageAlt: "Customised natural hair styling",
},
]}
@@ -139,7 +139,7 @@ export default function ServicesPage() {
title: "Personalized Hair Analysis",
subtitle: "Understanding your hair's unique needs",
description: "Before any service, we conduct a thorough hair analysis to assess your hair type, condition, and goals. This ensures we recommend the perfect service and products for your specific needs.",
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-happy-woman-dressed-white-blouse-looking-away_291650-408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-happy-woman-dressed-white-blouse-looking-away_291650-408.jpg?_wi=3",
imageAlt: "Hair consultation and analysis",
},
{
@@ -148,7 +148,7 @@ export default function ServicesPage() {
title: "Professional Techniques",
subtitle: "Mastered through years of experience",
description: "Our stylists use industry-leading techniques and stay updated with the latest trends and innovations in hair care. Whether it's precision blonde work or keratin treatments, excellence is our standard.",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=5",
imageAlt: "Professional styling techniques",
},
{
@@ -157,7 +157,7 @@ export default function ServicesPage() {
title: "Maintenance & Support",
subtitle: "Care that extends beyond your visit",
description: "We provide detailed aftercare instructions and product recommendations to help you maintain your beautiful results at home. Your satisfaction doesn't end when you leave our salon.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=5",
imageAlt: "Professional hair maintenance",
},
]}
@@ -167,7 +167,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg"
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg?_wi=2"
imageAlt="Luxury salon interior"
logoText="Crowned by Him"
copyrightText="© 2025 Crowned by Him Styled by Cindy & Gracefully Beautiful. All rights reserved."

View File

@@ -21,28 +21,28 @@ const TransformationsPage = () => {
id: "1",
name: "Blonde Transformation",
price: "Dark to Radiant Blonde",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg?_wi=3",
imageAlt: "Before and after blonde transformation",
},
{
id: "2",
name: "Color Correction",
price: "Vibrant & Healthy Blonde",
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-client-haircut-salon_23-2148353408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-client-haircut-salon_23-2148353408.jpg?_wi=2",
imageAlt: "Color correction transformation",
},
{
id: "3",
name: "Keratin Results",
price: "Smooth & Frizz-Free",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-crazy-gesture_1187-4442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-crazy-gesture_1187-4442.jpg?_wi=2",
imageAlt: "Keratin smoothing results",
},
{
id: "4",
name: "Natural Styling",
price: "Elegant & Customised",
imageSrc: "http://img.b2bpic.net/free-photo/girl-curly-hairstyle-checking-haircut-fixing-curls-near-mirror-before-return-boyfriend-have-romantic-dinner-smiling-broadly-feel-happy_176420-44744.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-curly-hairstyle-checking-haircut-fixing-curls-near-mirror-before-return-boyfriend-have-romantic-dinner-smiling-broadly-feel-happy_176420-44744.jpg?_wi=2",
imageAlt: "Natural style customisation",
},
];
@@ -155,7 +155,7 @@ const TransformationsPage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg"
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg?_wi=3"
imageAlt="Luxury salon interior"
logoText="Crowned by Him"
copyrightText="© 2025 Crowned by Him Styled by Cindy & Gracefully Beautiful. All rights reserved."