diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7fbc90c..60cedbd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { label: "TG Entertainment", href: "/" }, { label: "Social Spot", href: "/" }, { label: "Cosmic Monkey", href: "/" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Our Process", href: "/" }, { label: "Team", href: "/" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Dribbble", href: "https://dribbble.com" }, @@ -52,7 +49,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -77,7 +74,7 @@ export default function ContactPage() {