Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-04-20 05:17:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export default function BrandsPage() {
<p>Learn more about the brands we work with.</p>
</main>
<div id="footer" data-section="footer">
<FooterBaseReveal logoText="GrowthLab" columns={[]} leftLink={{text: "Home", href: "/"}} rightLink={{text: "Contact", href: "/contact"}} />
<FooterBaseReveal logoText="GrowthLab" columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]} />
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -36,7 +36,7 @@ export default function PartnershipsPage() {
<p>Discover how to partner with GrowthLab.</p>
</main>
<div id="footer" data-section="footer">
<FooterBaseReveal logoText="GrowthLab" columns={[]} leftLink={{text: "Home", href: "/"}} rightLink={{text: "Contact", href: "/contact"}} />
<FooterBaseReveal logoText="GrowthLab" columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]} />
</div>
</ReactLenis>
</ThemeProvider>