diff --git a/src/app/page.tsx b/src/app/page.tsx index dea2ae1..bee4a54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 = { diff --git a/src/components/FaqSection.tsx b/src/components/FaqSection.tsx index 13acfe2..5942ae2 100644 --- a/src/components/FaqSection.tsx +++ b/src/components/FaqSection.tsx @@ -49,7 +49,7 @@ export default function FAQSection() { }; return ( -
+

Frequently asked Question diff --git a/src/components/FeatureSection.tsx b/src/components/FeatureSection.tsx index bcc89a4..14de2e8 100644 --- a/src/components/FeatureSection.tsx +++ b/src/components/FeatureSection.tsx @@ -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 = ({ ctaText, ctaBackgroundColor, ctaTextColor, + ctaLink, className, }) => { // Determine border radius based on image position @@ -133,7 +135,7 @@ const FeatureSection: React.FC = ({

- +
Reach us at: contact@planpostai.com

- + Facebook - + Twitter - + YouTube diff --git a/src/components/PricingSection.tsx b/src/components/PricingSection.tsx index 275a92b..1b98a24 100644 --- a/src/components/PricingSection.tsx +++ b/src/components/PricingSection.tsx @@ -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 },