Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff97d393c0 | |||
| 74ccfe6cf4 | |||
| 433747774b |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Team", id: "#team" },
|
{ name: "Team", id: "#team" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="FRAMEWORK"
|
brandName="POD"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -151,8 +151,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="FRAMEWORK"
|
logoText="POD"
|
||||||
copyrightText="© 2025 Framework Productions."
|
copyrightText="© 2025 POD Productions."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
{ icon: Film, href: "#", ariaLabel: "Youtube" },
|
{ icon: Film, href: "#", ariaLabel: "Youtube" },
|
||||||
@@ -163,4 +163,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user