Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:31:59 +00:00
parent f42d6179a9
commit 6189532fb8

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -59,11 +59,10 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -90,11 +89,10 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">
@@ -125,9 +123,9 @@ export default function ShopPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-dynamic-abstract-background-for-a-foot-1771622894626-a50d307a.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-dynamic-abstract-background-for-a-foot-1771622894626-a50d307a.png"
imageAlt="Abstract blue and purple tech background"
columns={[{title:"Product",items:[{label:"Features",href:"#features"},{label:"Pricing",href:"#pricing"}]},{title:"Company",items:[{label:"About Us",href:"#about"},{label:"Careers",href:"#"}]},{title:"Resources",items:[{label:"Blog",href:"#"},{label:"Support",href:"#faq"}]}]}
columns={[{title:"Product",items:[{label:"Features",href:"/#features"}]},{title:"Company",items:[{label:"About Us",href:"/#about"}]},{title:"Resources",items:[{label:"Blog",href:"/blog"},{label:"Support",href:"/#faq"}]}]}
logoText="AI CRM Pro"
copyrightText="© 2024 AI CRM Pro. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}