diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1ff2d77..e2ce88f 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -export default function LandingPage() { +export default function GalleryPage() { return ( ); -} +} \ No newline at end of file