Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-04-03 22:31:10 +00:00

View File

@@ -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>
);