Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82d887e421 | |||
| 6838cf3cc6 | |||
| 67d468b489 | |||
| ffa202c023 |
@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Elegance Salon | Premium Hair, Nail & Spa Services',
|
title: 'Exotic African Hair & Beauty | 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!',
|
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"],
|
keywords: ["salon, hair salon, nail salon, spa, beauty, haircuts, styling, coloring, manicures, pedicures, facials, beauty treatments"],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "Elegance Salon | Premium Hair, Nail & Spa Services",
|
"title": "Elegance Salon | Premium Hair, Nail & Spa Services",
|
||||||
|
|||||||
@@ -52,13 +52,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Elegance Salon"
|
brandName="Exotic African Hair & Beauty"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<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."
|
description="Where beauty meets serenity. Indulge in luxurious hair, nail, and spa treatments tailored just for you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -67,8 +67,8 @@ export default function LandingPage() {
|
|||||||
text: "Explore Services", href: "#services"},
|
text: "Explore Services", href: "#services"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/afro-woman-cutting-hair-little-child_176420-5627.jpg"
|
||||||
imageAlt="Luxurious salon interior with styling chairs and elegant decor"
|
imageAlt="Professional hairstylist attending to a client in a salon"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -299,7 +299,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Elegance Salon"
|
logoText="Exotic African Hair & Beauty"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user