2 Commits

Author SHA1 Message Date
33041fe392 Update src/app/page.tsx 2026-01-19 23:34:50 +00:00
f115a55579 Update src/app/layout.tsx 2026-01-19 23:34:49 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1262,4 +1262,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -56,7 +56,7 @@ export default function PremiumStorePage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardThree <ProductCardThree
title="Featured Collection" title="Products"
description="Handpicked items from our premium collection, each crafted with exceptional attention to detail" description="Handpicked items from our premium collection, each crafted with exceptional attention to detail"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
@@ -196,4 +196,4 @@ export default function PremiumStorePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }