chat bot card added

This commit is contained in:
jhpin2 2025-02-27 13:22:19 +06:00
parent 68350f171a
commit 435510f75d
2 changed files with 33 additions and 2 deletions

View file

@ -95,6 +95,36 @@ const Home = () => {
ctaBackgroundColor: "#3482F6", ctaBackgroundColor: "#3482F6",
ctaTextColor: "white", ctaTextColor: "white",
}; };
const chatBotData = {
titleColoredText: "Your Ultimate AI Agent for",
titleBoldText: "Customer Engagement",
description:
"Elevate your customer experience with our advanced AI agent chatbot, Smart Chat. Instantly respond to queries with professionalism, build trust, and enhance satisfaction. Seamlessly communicate across platforms to stay connected with your audience 24/7.",
imageUrl: "/assets/images/smartchat.png",
imageAlt: "smart chatbot interface",
imagePosition: "left",
backgroundColor: "#ffffff",
headingText: "Meet Smaart Chat: Connect your Own Platform",
coloredHeading: "Your AI-Assistant",
paragraphText:
"Say hello to Smaart Chat, , the intelligent chatbot designed to enhance customer engagement and business productivity.",
highlightedBrandName: "Smaart Chat,",
highlightedFeature: "enhance",
features: [
"Answer Questions Instantly",
"Automate Conversations",
"Always On, Always Smart",
"Seamlessly Integrated",
],
ctaText: "Pre Book Now",
ctaBackgroundColor: "#3482F6",
ctaTextColor: "white",
};
const marketingToolsData = { const marketingToolsData = {
titleColoredText: "AI Tools for", titleColoredText: "AI Tools for",
titleBoldText: "Marketing Success", titleBoldText: "Marketing Success",
@ -163,6 +193,7 @@ const Home = () => {
<FeatureSection {...bulkSocialData} /> <FeatureSection {...bulkSocialData} />
<FeatureSection {...designToolData} /> <FeatureSection {...designToolData} />
<FeatureSection {...adCreativeData} /> <FeatureSection {...adCreativeData} />
<FeatureSection {...chatBotData} />
{/* {/*
<FeatureCardSection {...automationToolsData} /> */} <FeatureCardSection {...automationToolsData} /> */}
<PricingSection /> <PricingSection />

View file

@ -131,9 +131,9 @@ const FeatureSection: React.FC<DesignToolProps> = ({
))} ))}
</div> </div>
<div className="my-10 inline-block"> <div className="my-10">
<div <div
className="p-[5px] rounded-[14px]" className="p-[5px] rounded-[14px] inline-block"
style={{ backgroundColor: `${ctaBackgroundColor}30` }} style={{ backgroundColor: `${ctaBackgroundColor}30` }}
> >
<div <div