diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 8ce94f8..1b946e4 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -19,8 +19,7 @@ export default function FaqPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }, @@ -29,8 +28,7 @@ export default function FaqPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -39,8 +37,7 @@ export default function FaqPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Help Center", href: "#" }, { label: "FAQ", href: "/faq" }, @@ -57,7 +54,7 @@ export default function FaqPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -76,43 +73,25 @@ export default function FaqPage() {