Update src/app/shop/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user