From 41e0d9495074b48d4407d3181c6a720920826a65 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 09:22:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b00fa1..9b4971e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,7 @@ export default function LandingPage() { name: "Menu", id: "products"}, { name: "Contact", id: "contact"}, + { name: "EN", id: "lang" } ]} brandName="Coffee Hub by Jassu" /> -- 2.49.1