Merge version_1 into main #8
@@ -37,7 +37,7 @@ export default function Page() {
|
||||
<ContactText text="Let's build something great together." background={{ variant: "animated-grid" }} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple columns={[{ title: "Links", items: [{ label: "Home" }, { label: "Contact" }] }]} bottomLeftText="© 2024 Webild" bottomRightText="hello@example.com" />
|
||||
<FooterSimple columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]} bottomLeftText="© 2024 Webild" bottomRightText="hello@example.com" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user