Merge version_2 into main #4
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user