diff --git a/src/app/page.tsx b/src/app/page.tsx index e2eeddc..666cdb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCentered from '@/components/sections/hero/HeroCentered'; diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 42059f6..7d2eff7 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -290,8 +290,8 @@ function ProductPageContent({ params }: ProductPageProps) { { label: "Location", href: "#" }, { label: "Phone", href: "tel:+1234567890" } ] - ] - }]}, + } + ]} copyrightText="© 2025 Barista Coffee. Crafted with passion." />