diff --git a/src/app/matches/page.tsx b/src/app/matches/page.tsx index d496ca0..8e932f2 100644 --- a/src/app/matches/page.tsx +++ b/src/app/matches/page.tsx @@ -3,153 +3,87 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -export default function LandingPage() { +export default function MatchesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file