diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3d51dae..e1d1ed1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Help Center", href: "#" }, { label: "FAQ", href: "/faq" }, @@ -56,7 +53,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -77,17 +74,12 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Send Message", - href: "mailto:support@sponsordesk.com", - }, + text: "Send Message", href: "mailto:support@sponsordesk.com"}, { - text: "Schedule Call", - href: "#", - }, + text: "Schedule Call", href: "#"}, ]} background={{ - variant: "floatingGradient", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -96,28 +88,17 @@ export default function ContactPage() {