Merge version_3 into main #2
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -56,7 +56,7 @@ export default function PremiumStorePage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Featured Collection"
|
||||
title="Products"
|
||||
description="Handpicked items from our premium collection, each crafted with exceptional attention to detail"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
@@ -196,4 +196,4 @@ export default function PremiumStorePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user