diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ce965ef..cd77e7f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,7 +53,7 @@ export default function ContactPage() { text: "Schedule a Call", href: "/contact"}, ]} background={{ - variant: "glowing-orb"}} + variant: "plain"}} useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2379d62..70530b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function HomePage() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d7de2df..789e49b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -132,7 +132,7 @@ export default function ServicesPage() { { text: "Schedule Consultation", href: "/contact"}, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} />