Update src/app/shop/page.tsx
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog";
|
||||
import { useProductCatalog } from "@/hooks/useProductCatalog";
|
||||
import { useState } from "react";
|
||||
@@ -73,7 +73,7 @@ export default function ShopPage() {
|
||||
{ label: "Visit Us", href: "#" }
|
||||
]
|
||||
}
|
||||
]
|
||||
]}
|
||||
copyrightText="© 2025 Lumina Hotel. All rights reserved."
|
||||
onPrivacyClick={null}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user