Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -4,7 +4,7 @@ import { Suspense, use, useCallback } from "react";
|
|||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard";
|
import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard";
|
||||||
import ProductCart from "@/components/ecommerce/cart/ProductCart";
|
import ProductCart from "@/components/ecommerce/cart/ProductCart";
|
||||||
@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar" className="relative">
|
<div id="nav" data-section="nav" className="relative">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||||
brandName="Lakeside Construction"
|
brandName="Lakeside Construction"
|
||||||
@@ -123,7 +123,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar" className="relative">
|
<div id="nav" data-section="nav" className="relative">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||||
brandName="Lakeside Construction"
|
brandName="Lakeside Construction"
|
||||||
@@ -164,7 +164,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar" className="relative">
|
<div id="nav" data-section="nav" className="relative">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Lakeside Construction"
|
brandName="Lakeside Construction"
|
||||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||||
|
|||||||
Reference in New Issue
Block a user