From 0c18938e825408b11a7701b769a2fef716246a3b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:42:08 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7134145..ae6e8e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,13 +40,13 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Chaiwala" + brandName="Mr.Chaiwala:ek chai ho jaye" />
); -} +} \ No newline at end of file -- 2.49.1 From f638fd68b397256f506da642599becde5006203b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:42:09 +0000 Subject: [PATCH 2/2] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index b9e5214..aa7fd03 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-montserrat), sans-serif; } -- 2.49.1