diff --git a/src/app/terms-of-service/page.tsx b/src/app/terms-of-service/page.tsx index eeb1020..406c76c 100644 --- a/src/app/terms-of-service/page.tsx +++ b/src/app/terms-of-service/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import LegalSection from "@/components/legal/LegalSection"; import ReactLenis from "lenis/react"; @@ -13,15 +13,15 @@ export default function TermsPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="semibold" > -
- +