|
|
|
@@ -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';
|
|
|
|
@@ -47,7 +47,7 @@ export default function PremiumStorePage() {
|
|
|
|
{ text: "Shop Now", href: "products" },
|
|
|
|
{ text: "Shop Now", href: "products" },
|
|
|
|
{ text: "Explore Collection", href: "products" }
|
|
|
|
{ text: "Explore Collection", href: "products" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg"
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1768863297527-4ak2hy9d.webp"
|
|
|
|
imageAlt="Luxury shopping experience"
|
|
|
|
imageAlt="Luxury shopping experience"
|
|
|
|
showDimOverlay={true}
|
|
|
|
showDimOverlay={true}
|
|
|
|
logoLineHeight={1.2}
|
|
|
|
logoLineHeight={1.2}
|
|
|
|
@@ -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>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|