Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c66706f7d4 | |||
| c8074866df | |||
| 6f2e535835 |
@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Fashion Designer | Exclusive Collections & Bespoke Creations',
|
title: 'Outfit my nuela | Exclusive Collections & Bespoke Creations',
|
||||||
description: 'Discover the latest haute couture and ready-to-wear collections from a leading fashion designer. Offering bespoke services for a truly unique style.',
|
description: 'Discover the latest haute couture and ready-to-wear collections from Outfit my nuela. Offering bespoke services for a truly unique style.',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "Fashion Designer | Exclusive Collections & Bespoke Creations",
|
"title": "Fashion Designer | Exclusive Collections & Bespoke Creations",
|
||||||
"description": "Discover the latest haute couture and ready-to-wear collections from a leading fashion designer. Offering bespoke services for a truly unique style.",
|
"description": "Discover the latest haute couture and ready-to-wear collections from a leading fashion designer. Offering bespoke services for a truly unique style.",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Fashion Studio"
|
brandName="Outfit my nuela"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Fashion Studio"
|
logoText="Outfit my nuela"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy", href: "#"}}
|
text: "Privacy Policy", href: "#"}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
@@ -235,4 +235,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user