diff --git a/src/app/center/[id]/page.tsx b/src/app/center/[id]/page.tsx index d3bf7b6..af18c88 100644 --- a/src/app/center/[id]/page.tsx +++ b/src/app/center/[id]/page.tsx @@ -3,11 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; -import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -export default function CenterProfilePage() { +export default function CenterPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Search", id: "/search" }, @@ -18,24 +18,21 @@ export default function CenterProfilePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Search Centers", href: "/search" }, { label: "Browse Courses", href: "#" }, { label: "For Centers", href: "#" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -50,7 +47,7 @@ export default function CenterProfilePage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -67,76 +64,53 @@ export default function CenterProfilePage() {
-
+
@@ -146,49 +120,25 @@ export default function CenterProfilePage() { @@ -196,7 +146,7 @@ export default function CenterProfilePage() {