diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 967b776..65cae2b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -19,8 +19,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" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy", href: "/privacy" },
{ label: "Terms", href: "/terms" },
{ label: "Disclaimer", href: "/disclaimer" },
@@ -46,8 +43,7 @@ export default function ContactPage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com/aiadvokat" },
{ label: "LinkedIn", href: "https://linkedin.com/company/aiadvokat" },
{ label: "GitHub", href: "https://github.com/aiadvokat" },
@@ -63,7 +59,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -83,37 +79,19 @@ export default function ContactPage() {
@@ -373,8 +277,7 @@ export default function HomePage() {