Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 12:43:25 +00:00
2 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ export default function ContactPage() {
description="Let's discuss your next project."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttons={[{ text: "Submit", href: "/" }]}
/>
<div id="footer" data-section="footer">
<FooterBaseReveal

View File

@@ -129,7 +129,6 @@ export default function LandingPage() {
tag="Inquiry"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttons={[{ text: "Contact", href: "/contact" }]}
/>
</div>