contact page added
This commit is contained in:
parent
01aee34b0d
commit
60c56a50a9
3 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ import Link from "next/link";
|
||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
const freeTools = [
|
const freeTools = [
|
||||||
{ label: "Planpost Canvas", url: "https://canvas.planpostai.com/" },
|
// { label: "Planpost Canvas", url: "https://canvas.planpostai.com/" },
|
||||||
{
|
{
|
||||||
label: "Color Pallet Generator",
|
label: "Color Pallet Generator",
|
||||||
url: "https://colors.planpostai.com/color-palate-generator",
|
url: "https://colors.planpostai.com/color-palate-generator",
|
||||||
|
|
@ -35,7 +35,7 @@ export default function Footer() {
|
||||||
|
|
||||||
const planpostAi = [
|
const planpostAi = [
|
||||||
{ label: "About Us", url: "https://blog.planpostai.com/about/" },
|
{ label: "About Us", url: "https://blog.planpostai.com/about/" },
|
||||||
{ label: "Contact", url: "https://blog.planpostai.com/contact/" },
|
{ label: "Contact", url: "/contact" },
|
||||||
{ label: "FAQ", url: "/#faqSection" },
|
{ label: "FAQ", url: "/#faqSection" },
|
||||||
{ label: "Privacy Policy", url: "/privacy-policy" },
|
{ label: "Privacy Policy", url: "/privacy-policy" },
|
||||||
{ label: "Terms & Condition", url: "/terms-and-conditions" },
|
{ label: "Terms & Condition", url: "/terms-and-conditions" },
|
||||||
|
|
@ -116,7 +116,7 @@ export default function Footer() {
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<h3 className="text-xl font-semibold">Need help?</h3>
|
<h3 className="text-xl font-semibold">Need help?</h3>
|
||||||
<p className="text-sm">Reach us at: contact@planpostai.com</p>
|
<p className="text-sm">Reach us at: shahin@planpostai.com</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-4 md:justify-end">
|
<div className="flex gap-4 md:justify-end">
|
||||||
<Link
|
<Link
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ export default function Header() {
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="#footerSection" className="hover:text-purple-600">
|
<Link href="/contact" className="hover:text-purple-600">
|
||||||
Contact
|
Contact
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ export default function ContactPage() {
|
||||||
href="mailto:contact@adspillar.com"
|
href="mailto:contact@adspillar.com"
|
||||||
className="text-xl hover:underline"
|
className="text-xl hover:underline"
|
||||||
>
|
>
|
||||||
contact@adspillar.com
|
shahin@adspillar.com
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue