Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 06:39:38 +00:00
parent 36a999dd41
commit 32f6aa04da

View File

@@ -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() {
<NavbarStyleCentered
navItems={navItemsForNav}
button={{
text: "Get Free Strategy Call",
href: "/contact",
}}
text: "Get Free Strategy Call", href: "/contact"}}
brandName="PrimeXpert"
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -111,7 +105,7 @@ export default function ContactPage() {
buttons={[
{ text: "Start Your Growth Journey", href: "/contact" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>