5 Commits

Author SHA1 Message Date
0899434eba Update src/app/page.tsx 2026-06-13 04:36:48 +00:00
7bdd67a098 Merge version_2 into main
Merge version_2 into main
2026-06-13 04:35:18 +00:00
c66706f7d4 Update src/app/page.tsx 2026-06-13 04:35:12 +00:00
c8074866df Update src/app/layout.tsx 2026-06-13 04:35:12 +00:00
6f2e535835 Merge version_1 into main
Merge version_1 into main
2026-06-13 04:32:11 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
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.',
title: 'Outfit my nuela | Exclusive Collections & Bespoke Creations',
description: 'Discover the latest haute couture and ready-to-wear collections from Outfit my nuela. Offering bespoke services for a truly unique style.',
openGraph: {
"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.",

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Fashion Studio"
brandName="Outfit my nuela"
/>
</div>
@@ -212,7 +212,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Ready to Define Your Style?"
description="Connect with us to schedule a consultation, inquire about our collections, or discuss a custom design."
description="Connect with us to schedule a consultation, inquire about our collections, or discuss a custom design. Find us at: local government, Satellite gate, University, Ado Ekiti, Ekiti."
buttons={[
{
text: "Book a Consultation", href: "mailto:info@fashionstudio.com"},
@@ -225,7 +225,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Fashion Studio"
logoText="Outfit my nuela"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}