diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index da8a656..433633f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -28,7 +28,6 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Portfolio", id: "/portfolio" }, - { name: "Insights", id: "/insights" }, { name: "Contact", id: "/contact" } ]} brandName="PitchDrive" @@ -37,7 +36,7 @@ export default function ContactPage() { /> -
+
-
+