Update src/app/contact/page.tsx

This commit is contained in:
2026-05-20 17:28:20 +00:00
parent 72b5b4c8f1
commit 890e60b721

View File

@@ -41,7 +41,9 @@ export default function ContactPage() {
</form>
</main>
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
<div className="bg-gradient-to-b from-background to-card">
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
</div>
</ThemeProvider>
);
}