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 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; }