From c27f6fc1e0b6e03d49b25aef3bf1b1df9a496284 Mon Sep 17 00:00:00 2001 From: jhpin2 Date: Tue, 4 Mar 2025 15:03:56 +0600 Subject: [PATCH] link fixed --- src/app/about/page.tsx | 6 +++--- src/components/Footer.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e280d61..cd2b2fc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -199,18 +199,18 @@ export default function AboutPage() {

Get Started Free - Request Demo - + */}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5cf152e..681d035 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -29,7 +29,7 @@ export default function Footer() { const resources = [ { label: "Home", url: "/" }, - { label: "Blog", url: "https://blog.planpostai.com/about/" }, + { label: "Blog", url: "https://blog.planpostai.com" }, { label: "Pricing", url: "/#pricingSection" }, ];