Update src/app/about-us/page.tsx

This commit is contained in:
2026-06-10 11:36:03 +00:00
parent 619814fd4d
commit 49ee24db41

View File

@@ -1,6 +1,6 @@
"use client"; "use client";
import { ThemeProvider } from "next-themes"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Users, Trophy } from "lucide-react"; import { Sparkles, Users, Trophy } from "lucide-react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -17,7 +17,6 @@ export default function AboutUsPage() {
return ( return (
<ThemeProvider <ThemeProvider
attribute="class"
defaultButtonVariant="hover-magnetic" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="rounded"