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() {