Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 20:22:58 +00:00
parent b2b97c63ce
commit 8f721af898

View File

@@ -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"