Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58eee47cfe | |||
| 33041fe392 | |||
| f115a55579 | |||
| 18516d022b |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user