From 93a5b76d227dfd066574c6e4c15a6df500f4ef52 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:55:56 +0000 Subject: [PATCH] Switch to version 2: modified src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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