link fixed

This commit is contained in:
jhpin2 2025-03-04 15:03:56 +06:00
parent ddb73af7d5
commit c27f6fc1e0
2 changed files with 4 additions and 4 deletions

View file

@ -199,18 +199,18 @@ export default function AboutPage() {
</p>
<div className="mt-8">
<Link
href="/signup"
href="https://dashboard.planpostai.com/"
className="inline-flex items-center px-6 py-3 text-base font-medium text-blue-600 bg-white border border-transparent rounded-md shadow-sm hover:bg-blue-50"
>
Get Started Free
<ArrowRight className="w-5 h-5 ml-2" />
</Link>
<Link
{/* <Link
href="/demo"
className="inline-flex items-center px-6 py-3 ml-4 text-base font-medium text-white bg-transparent border border-white rounded-md hover:bg-[#6641ef]"
>
Request Demo
</Link>
</Link> */}
</div>
</div>
</div>

View file

@ -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" },
];