Update src/app/page.tsx

This commit is contained in:
2026-05-20 16:21:12 +00:00
parent 74ccfe6cf4
commit ff97d393c0

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Team", id: "#team" },
{ name: "Contact", id: "#contact" },
]}
brandName="FRAMEWORK"
brandName="POD"
/>
</div>
@@ -151,8 +151,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="FRAMEWORK"
copyrightText="© 2025 Framework Productions."
logoText="POD"
copyrightText="© 2025 POD Productions."
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Film, href: "#", ariaLabel: "Youtube" },
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}