From 32f6aa04da2d5388795bc8d9cefb78e629efe298 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:39:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4dcf11a..447855b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,8 +16,7 @@ const navItemsForNav = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Paid Ads Management", href: "/services" }, { label: "SEO Services", href: "/services" }, { label: "Website Design", href: "/services" }, @@ -25,8 +24,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Case Studies", href: "/" }, { label: "Team", href: "/about" }, @@ -34,8 +32,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Resources", href: "#" }, @@ -43,8 +40,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -61,7 +57,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -71,9 +67,7 @@ export default function ContactPage() { @@ -86,7 +80,7 @@ export default function ContactPage() { { text: "Schedule Your Call", href: "/contact" }, { text: "View Services", href: "/services" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -99,7 +93,7 @@ export default function ContactPage() { { text: "Send Email", href: "mailto:hello@primexpert.com" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -111,7 +105,7 @@ export default function ContactPage() { buttons={[ { text: "Start Your Growth Journey", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />