-
-
Profile Management
-
Manage your account settings, preferences and security.
+
+
+
+
+
+
User Dashboard
+
+
+

+
Player Profile
+
Manage your account details and social links.
+
+
+
Settings
+
Configure your preferences, notification settings, and privacy options.
+
+
+
+
+
-
-
Your Content
-
Access your matches and performance stats.
-
-
-
-
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 84df876..33a95aa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,12 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
return (
@@ -19,8 +19,8 @@ export default function LandingPage() {
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="none"
- cardStyle="subtle-shadow"
- primaryButtonStyle="shadow"
+ cardStyle="glass-depth"
+ primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
@@ -79,19 +79,19 @@ export default function LandingPage() {