From 8f721af898feef1c33895ec5390fdd790344ca65 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:22:58 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 67b3c7b..3ae25f8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -2,7 +2,7 @@ import { Suspense } from "react"; import ReactLenis from "lenis/react"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider }东from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; @@ -56,7 +56,7 @@ function ShopPageContent() { imageAlt="NoteGenius AI Dashboard Footer" columns={[ { "title": "Product", "items": [{ "label": "Features", "href": "/#features" }, { "label": "Pricing", "href": "/#pricing" }] }, - { "title": "Company", "items": [{ "label": "About Us", "href": "/#about" }] }, + { "title": "Company", "items": [] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "/#faq" }] } ]} logoText="NoteGenius AI" @@ -112,7 +112,7 @@ function ShopPageContent() { imageAlt="NoteGenius AI Dashboard Footer" columns={[ { "title": "Product", "items": [{ "label": "Features", "href": "/#features" }, { "label": "Pricing", "href": "/#pricing" }] }, - { "title": "Company", "items": [{ "label": "About Us", "href": "/#about" }] }, + { "title": "Company", "items": [] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "/#faq" }] } ]} logoText="NoteGenius AI"