links fixed

This commit is contained in:
jhpin2 2025-03-02 13:09:22 +06:00
parent a59d383b41
commit a5b225aa6d
5 changed files with 27 additions and 16 deletions

View file

@ -35,6 +35,7 @@ const Home = () => {
ctaText: "Start Designing for Free!",
ctaBackgroundColor: "#ff2b85",
ctaTextColor: "white",
ctaLink: "https://dashboard.planpostai.com/",
};
const bulkSocialData = {
@ -65,6 +66,7 @@ const Home = () => {
ctaText: "Get Started Today",
ctaBackgroundColor: "#ff2b85",
ctaTextColor: "white",
ctaLink: "https://dashboard.planpostai.com/",
};
const adCreativeData = {
titleColoredText: "Best AI ",
@ -93,6 +95,7 @@ const Home = () => {
ctaText: "Try For Free",
ctaBackgroundColor: "#ff2b85",
ctaTextColor: "white",
ctaLink: "https://dashboard.planpostai.com/",
};
const chatBotData = {
titleColoredText: "Your Ultimate AI Agent for",
@ -122,6 +125,7 @@ const Home = () => {
ctaText: "Pre Book Now",
ctaBackgroundColor: "#ff2b85",
ctaTextColor: "white",
ctaLink: "https://blog.planpostai.com/chatbot/",
};
const marketingToolsData = {

View file

@ -49,7 +49,7 @@ export default function FAQSection() {
};
return (
<div className="py-12 px-4 md:px-6 lg:px-8 bg-[#f5f1ff]">
<div id="faqSection" className="py-12 px-4 md:px-6 lg:px-8 bg-[#f5f1ff]">
<div className="max-w-3xl mx-auto">
<h2 className="text-3xl md:text-4xl font-bold text-center mb-12">
Frequently asked <span className="text-[#7c3aed]">Question</span>

View file

@ -28,6 +28,7 @@ interface DesignToolProps {
ctaText: string;
ctaBackgroundColor: string;
ctaTextColor: string;
ctaLink: string;
// Optional className for additional styling
className?: string;
@ -50,6 +51,7 @@ const FeatureSection: React.FC<DesignToolProps> = ({
ctaText,
ctaBackgroundColor,
ctaTextColor,
ctaLink,
className,
}) => {
// Determine border radius based on image position
@ -133,7 +135,7 @@ const FeatureSection: React.FC<DesignToolProps> = ({
</div>
<div className="my-2 md:my-10">
<Link href="https://dashboard.planpostai.com/">
<Link href={ctaLink}>
<div
className="p-[5px] rounded-[14px] inline-block"
style={{ backgroundColor: `${ctaBackgroundColor}30` }}

View file

@ -29,18 +29,14 @@ export default function Footer() {
const resources = [
{ label: "Home", url: "/" },
{ label: "Blog", url: "/blog" },
{ label: "Media", url: "/media" },
{ label: "Generations", url: "/generations" },
{ label: "Pricing", url: "/pricing" },
{ label: "Features", url: "/features" },
{ label: "Blog", url: "https://blog.planpostai.com/about/" },
{ label: "Pricing", url: "/#pricingSection" },
];
const planpostAi = [
{ label: "About Us", url: "/about" },
{ label: "Contact", url: "/contact" },
{ label: "FAQ", url: "/faq" },
{ label: "Cookies Policy", url: "/cookies-policy" },
{ label: "About Us", url: "https://blog.planpostai.com/about/" },
{ label: "Contact", url: "https://blog.planpostai.com/contact/" },
{ label: "FAQ", url: "/#faqSection" },
{ label: "Privacy Policy", url: "/privacy-policy" },
{ label: "Terms & Condition", url: "/terms-and-conditions" },
];
@ -123,15 +119,24 @@ export default function Footer() {
<p className="text-sm">Reach us at: contact@planpostai.com</p>
</div>
<div className="flex gap-4 md:justify-end">
<Link href="#" className="hover:text-white/80">
<Link
href="https://www.facebook.com/PlanPostAI/"
className="hover:text-white/80"
>
<Facebook className="w-6 h-6" />
<span className="sr-only">Facebook</span>
</Link>
<Link href="#" className="hover:text-white/80">
<Link
href="https://x.com/planpost_ai"
className="hover:text-white/80"
>
<Twitter className="w-6 h-6" />
<span className="sr-only">Twitter</span>
</Link>
<Link href="#" className="hover:text-white/80">
<Link
href="https://www.youtube.com/@PlanPostAI"
className="hover:text-white/80"
>
<Youtube className="w-6 h-6" />
<span className="sr-only">YouTube</span>
</Link>

View file

@ -71,13 +71,13 @@ export default function PricingSection() {
{
name: "Growth",
users: "10 user",
monthlyPrice: "$79",
monthlyPrice: "$59",
yearlyPrice: "$50",
description:
"Advanced features to boost productivity and expand your reach",
highlight: true,
features: [
{ name: "Credit ⭐ 500", included: true },
{ name: "Credit ⭐ 300", included: true },
{ name: "Number of Brand 5", included: true },
{ name: "Social Profiles 20", included: true },
{ name: "Schedule Post", included: true },