diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4433f82..9e92d3f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/security" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Discord", href: "https://discord.gg/vibecoding" }, { label: "GitHub", href: "https://github.com/vibecoding" }, { label: "Twitter", href: "https://twitter.com/vibecoding" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Contact", href: "/contact" }, @@ -55,7 +52,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -104,7 +101,7 @@ export default function ContactPage() { { text: "Schedule a Demo", href: "/demo" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -119,15 +116,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Email: hello@vibecoding.io", - "Discord Community", - "Twitter: @vibecoding", - "GitHub Discussions", - "LinkedIn: /vibecoding", - "Office Hours (Weekly)", - "Priority Support (Pro+)", - "Emergency Support (Enterprise)", - ]} + "Email: hello@vibecoding.io", "Discord Community", "Twitter: @vibecoding", "GitHub Discussions", "LinkedIn: /vibecoding", "Office Hours (Weekly)", "Priority Support (Pro+)", "Emergency Support (Enterprise)"]} speed={40} showCard={true} /> @@ -135,7 +124,7 @@ export default function ContactPage() {