Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-08 20:20:11 +00:00
Showing only changes of commit 8697158423 - Show all commits

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
@@ -14,7 +14,7 @@ export default function TapeVaultPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-bubble" defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="sharp" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="fluid" background="fluid"
@@ -200,4 +200,4 @@ export default function TapeVaultPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }