diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 102179d..9cd4bcb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "Security", href: "#" }, @@ -27,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -36,8 +34,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -53,7 +50,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -65,9 +62,7 @@ export default function AboutPage() { brandName="RevenueLab" navItems={navItems} button={{ - text: "Start Your Revenue Stream", - href: "#contact", - }} + text: "Start Your Revenue Stream", href: "#contact"}} animateOnLoad={true} /> @@ -77,7 +72,7 @@ export default function AboutPage() {