diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 42e2ce3..c753ec3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,32 +17,28 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Web Development", href: "/services" }, { label: "Website Redesign", href: "/services" }, { label: "Maintenance", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "FAQ", href: "#" }, { label: "Support", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -67,9 +63,7 @@ export default function ContactPage() { brandName="ADR" navItems={navItems} button={{ - text: "Get Your Website Quote", - href: "/contact", - }} + text: "Get Your Website Quote", href: "/contact"}} /> @@ -79,17 +73,12 @@ export default function ContactPage() { animationType="reveal-blur" buttons={[ { - text: "Get Your Website Quote", - href: "/contact", - }, + text: "Get Your Website Quote", href: "/contact"}, { - text: "Call Now", - href: "tel:+1-555-0100", - }, + text: "Call Now", href: "tel:+1-555-0100"}, ]} background={{ - variant: "circleGradient", - }} + variant: "plain"}} useInvertedBackground={false} />