From 26991d39644beabd2d903db3ccc8a6dce69c783d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:28:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43fd3cc..46c4de0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,8 @@ export default function LandingPage() { name: "About Us", id: "/#about"}, { name: "Shop", id: "/shop"}, + { + name: "Cart", id: "/cart"}, { name: "Testimonials", id: "/#testimonials"}, { @@ -228,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file