From 38b768578e88faa7a3a7099ff73d744656bfbd00 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:48:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02cd57b..377493c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,26 +165,26 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From a2573122193f487ef5b207349bbcc3a2ae56dac1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:48:16 +0000 Subject: [PATCH 2/2] Update src/app/styles/base.css --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index aa7fd03..da0a647 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-amiri), serif; } -- 2.49.1