diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7033c67..e20f32d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Courses", href: "/courses" }, { label: "Pricing", href: "/pricing" }, { label: "Trading Room", href: "/" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Forum", href: "/" }, { label: "Events", href: "/" }, { label: "Mentorship", href: "/" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "/" }, @@ -55,7 +52,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -66,9 +63,7 @@ export default function ContactPage() { navItems={navItems} brandName="StockMastery" button={{ - text: "Start Learning", - href: "/contact", - }} + text: "Start Learning", href: "/contact"}} /> @@ -90,7 +85,7 @@ export default function ContactPage() { tagIcon={Mail} title="Ready to Transform Your Trading?" description="Subscribe to our newsletter for exclusive trading tips, market insights, and special course launches. Join our thriving community of profitable traders." - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-motivational-image-showing-a-confident-1772605634037-cc66da21.png" imageAlt="Professional Trading Workspace" @@ -107,29 +102,17 @@ export default function ContactPage() {
@@ -232,61 +187,28 @@ export default function HomePage() {