From baae4cab4cb26edc5ed4fe0a2e20a98e986e7f78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:39:20 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84013c5..55b9837 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,6 +26,7 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, { name: "Services", id: "/#features" }, { name: "Reviews", id: "/#testimonials" }, { name: "Contact", id: "/#contact" }, @@ -53,4 +54,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 143195449e036a65bc66148a9c56d8df868b2857 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:39:20 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 99 +++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc6870..16eed21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,12 @@ export default function LandingPage() {