From 8278a32bec4bac897d179be09715eab628db5c6a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 23:43:59 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.49.1 From c4a94214b780d9920d130e42d901bfdd779e4752 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 23:44:00 +0000 Subject: [PATCH 2/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." /> -- 2.49.1