diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fa17e7..6da813e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,29 +38,29 @@ const Home = () => { }; // For a different section, you could create another data object with different values - const marketingToolData = { - titleColoredText: "AI-Powered", - titleBoldText: "Marketing Suite", + const bulkSocialData = { + titleColoredText: "Bulk Social Media", + titleBoldText: "Post Generator", description: - "Transform your marketing strategy with our comprehensive AI-powered tools. Perfect for businesses of all sizes, our platform helps you create engaging campaigns that convert prospects into loyal customers.", + "Transform your workflow with our Bulk Social Media Post Generator. Input your ideas, set the tone, and let AI deliver a month's worth of scroll-stopping posts in just minutes. Say goodbye to stress and hello to seamless, cohesive content creation!", - imageUrl: "/assets/gif/marketing-tool.gif", + imageUrl: "/assets/images/bulk-gen.png", imageAlt: "Marketing tool interface", imagePosition: "right", - backgroundColor: "#e8f4ff", + backgroundColor: "#ffffff", - headingText: "Supercharge Your Marketing:", - coloredHeading: "Smart Automation", + headingText: "Create an Entire Month's Content in", + coloredHeading: "Just 5 Minutes!", paragraphText: - "Tired of repetitive marketing tasks? With MarketBoost Pro, you can automate your entire campaign workflow. Our intelligent assistant helps you create, schedule, and analyze all in one place.", - highlightedBrandName: "MarketBoost Pro,", - highlightedFeature: "intelligent assistant", + "Why create one post at a time when you can plan for the whole month in minutes? With PlanPost AI, you can", + highlightedBrandName: "PlanPost AI,", + highlightedFeature: "whole month", features: [ - "Content Generation", - "Campaign Scheduling", - "Performance Analytics", - "Multi-channel Publishing", + "Bulk Generate Content Instantly", + "Stay Consistent Across Platforms", + "Save Time, Stay Ahead", + "Edit and Customize", ], ctaText: "Get Started Today", @@ -75,27 +75,28 @@ const Home = () => { cards: [ { id: 1, - imageUrl: "/assets/svg/smartchat-card.svg", + imageUrl: "/assets/images/design-tool.gif", + imageAlt: "Content Generator illustration", + title: "Your Design. Your Way", + description: + "Improve your AI-generated content with tools to boost engagement, readability, and performance for maximum impact.", + }, + { + id: 2, + imageUrl: "/assets/images/smartchat.png", imageAlt: "Smart Chatbot illustration", title: "Smart Chatbot", description: "Empower your social media with an AI-powered chatbot that enhances customer engagement and automates responses across platforms.", }, - { - id: 2, - imageUrl: "/assets/svg/content-generator-card.svg", - imageAlt: "Content Generator illustration", - title: "Content Generator", - description: - "Create high-quality, SEO-optimized content for your blog, social media, and marketing campaigns with our AI-powered content generator.", - }, + { id: 3, - imageUrl: "/assets/svg/analytics-card.svg", + imageUrl: "/assets/images/bulk-gen.png", imageAlt: "Analytics Dashboard illustration", - title: "Analytics Dashboard", + title: "Bulk Generate", description: - "Gain valuable insights into your marketing performance with our comprehensive analytics dashboard powered by artificial intelligence.", + "Quickly create multiple tailored social media posts with AI, ensuring a consistent brand voice while saving time and effort.", }, ], }; @@ -130,9 +131,10 @@ const Home = () => {
{ctaText}
@@ -175,8 +174,7 @@ const FeatureSection: React.FC
+
Customize your social media content, automate posts, and grow
your brand with a personalized AI assistant designed for
businesses and marketers.
diff --git a/src/components/SocialSection.tsx b/src/components/SocialSection.tsx
index 50c09f5..6266364 100644
--- a/src/components/SocialSection.tsx
+++ b/src/components/SocialSection.tsx
@@ -3,7 +3,7 @@ import React from "react";
const SocialSection: React.FC = () => {
return (