From 79e7fdf9e0432989e4d3f595a3bed0b8ee90f212 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:28:41 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 79 ++++++++++++---------------------------- 1 file changed, 23 insertions(+), 56 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 744a91a..1fda283 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Products", href: "/products" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Technical Specs", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Industry News", href: "#" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -54,7 +51,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -72,7 +69,7 @@ export default function ContactPage() {