From 865875b7206778c72bf9349fee04413004cd12fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 13:33:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7559b7..9612ddb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,7 @@ export default function PawsHomePage() { { name: "Pets", id: "pets" }, { name: "Stories", id: "stories" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" },{"name":"Shop","id":"/shop"}]} /> -- 2.49.1