Update src/app/page.tsx

This commit is contained in:
2026-06-13 04:35:12 +00:00
parent c8074866df
commit c66706f7d4

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Fashion Studio"
brandName="Outfit my nuela"
/>
</div>
@@ -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>
);
}
}