Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-12 08:27:56 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
export const metadata: Metadata = {
title: 'Elegance Salon | Premium Hair, Nail & Spa Services',
description: 'Indulge in luxurious hair, nail, and spa treatments at Elegance Salon. Experience expert styling, premium products, and a relaxing atmosphere. Book your appointment today!',
title: 'Exotic African Hair & Beauty | Premium Hair, Nail & Spa Services',
description: 'Indulge in luxurious hair, nail, and spa treatments at Exotic African Hair & Beauty. Experience expert styling, premium products, and a relaxing atmosphere. Book your appointment today!',
keywords: ["salon, hair salon, nail salon, spa, beauty, haircuts, styling, coloring, manicures, pedicures, facials, beauty treatments"],
openGraph: {
"title": "Elegance Salon | Premium Hair, Nail & Spa Services",

View File

@@ -52,13 +52,13 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Elegance Salon"
brandName="Exotic African Hair & Beauty"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Elegance Salon"
logoText="Exotic African Hair & Beauty"
description="Where beauty meets serenity. Indulge in luxurious hair, nail, and spa treatments tailored just for you."
buttons={[
{
@@ -67,8 +67,8 @@ export default function LandingPage() {
text: "Explore Services", href: "#services"},
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"
imageAlt="Luxurious salon interior with styling chairs and elegant decor"
imageSrc="http://img.b2bpic.net/free-photo/afro-woman-cutting-hair-little-child_176420-5627.jpg"
imageAlt="Professional hairstylist attending to a client in a salon"
showDimOverlay={true}
/>
</div>
@@ -299,7 +299,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Elegance Salon"
logoText="Exotic African Hair & Beauty"
columns={[
{
title: "Services", items: [
@@ -332,10 +332,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 Elegance Salon. All rights reserved."
copyrightText="© 2024 Exotic African Hair & Beauty. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}