From 55523237b27c0a6e60260d2c6f8124f4a25e9315 Mon Sep 17 00:00:00 2001 From: jhpin2 Date: Wed, 26 Feb 2025 17:25:44 +0600 Subject: [PATCH] feature card done --- src/app/page.tsx | 60 ++++++++++++++------------- src/components/FeatureCardSection.tsx | 14 +++---- src/components/FeatureSection.tsx | 22 +++++----- src/components/HeroSection.tsx | 4 +- src/components/SocialSection.tsx | 2 +- 5 files changed, 51 insertions(+), 51 deletions(-) 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 = () => {
- - {/* + + + {/* */} diff --git a/src/components/FeatureCardSection.tsx b/src/components/FeatureCardSection.tsx index 7311cda..4f2d9ac 100644 --- a/src/components/FeatureCardSection.tsx +++ b/src/components/FeatureCardSection.tsx @@ -41,14 +41,14 @@ const FeatureCardSection: React.FC = ({
- + {titleColoredText} - + {" " + titleBoldText}
-
+
{description}
@@ -57,15 +57,15 @@ const FeatureCardSection: React.FC = ({ {cards.map((card) => (
-
+
{card.imageAlt}
diff --git a/src/components/FeatureSection.tsx b/src/components/FeatureSection.tsx index cb7fca3..6c7778a 100644 --- a/src/components/FeatureSection.tsx +++ b/src/components/FeatureSection.tsx @@ -60,17 +60,16 @@ const FeatureSection: React.FC = ({ // Create the image container and content container const imageContainer = (
-
+
{imageAlt}
@@ -78,7 +77,7 @@ const FeatureSection: React.FC = ({ const contentContainer = (
-
+
{headingText} @@ -87,7 +86,7 @@ const FeatureSection: React.FC = ({
-
+
{paragraphText.split(highlightedBrandName)[0]} @@ -132,21 +131,21 @@ const FeatureSection: React.FC = ({ ))}
-
+

{ctaText} @@ -175,8 +174,7 @@ const FeatureSection: React.FC = ({

-
- {/* Render components based on image position */} +
{imagePosition === "left" ? ( <> {imageContainer} diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 507a082..fe97da4 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -30,7 +30,7 @@ const HeroSection: React.FC = () => { className={`${styles.glass} absolute my-20 md:my-40 w-full md:w-7/12 z-10`} >
-
+
R evolutionize Your Social Media Strategy with a Personalized @@ -38,7 +38,7 @@ const HeroSection: React.FC = () => {
AI Agent
-

+

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 (

-
+