diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 69b16f4..d8558ad 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: "Courses", href: "/courses" }, { label: "Pricing", href: "/pricing" }, { label: "Features", href: "#features" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -56,7 +53,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -70,7 +67,7 @@ export default function ContactPage() {