link fixed
This commit is contained in:
parent
ddb73af7d5
commit
c27f6fc1e0
2 changed files with 4 additions and 4 deletions
|
|
@ -199,18 +199,18 @@ export default function AboutPage() {
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-8">
|
<div className="mt-8">
|
||||||
<Link
|
<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"
|
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
|
Get Started Free
|
||||||
<ArrowRight className="w-5 h-5 ml-2" />
|
<ArrowRight className="w-5 h-5 ml-2" />
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
{/* <Link
|
||||||
href="/demo"
|
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]"
|
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
|
Request Demo
|
||||||
</Link>
|
</Link> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ export default function Footer() {
|
||||||
|
|
||||||
const resources = [
|
const resources = [
|
||||||
{ label: "Home", url: "/" },
|
{ label: "Home", url: "/" },
|
||||||
{ label: "Blog", url: "https://blog.planpostai.com/about/" },
|
{ label: "Blog", url: "https://blog.planpostai.com" },
|
||||||
{ label: "Pricing", url: "/#pricingSection" },
|
{ label: "Pricing", url: "/#pricingSection" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue