diff --git a/src/app/terms-of-service/page.tsx b/src/app/terms-of-service/page.tsx index 406c76c..bcb0871 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 NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import LegalSection from "@/components/legal/LegalSection"; import ReactLenis from "lenis/react"; @@ -13,33 +13,46 @@ export default function TermsPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="circleGradient" + background="aurora" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="semibold" > -