Skip to content

Commit 2d7e77d

Browse files
committed
changes
1 parent 122fe62 commit 2d7e77d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

newtheme/src/pages/index.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import Faq from "../components/Faq";
1414
import Blogs from "../components/blogs";
1515
import Footer from "../components/footer";
1616
import Switcher from "../components/switcher";
17+
import AgentAboutTwo from "../components/agentOverview/agentAboutTwo";
1718

1819
export default function Index(){
1920
useEffect(() => {
@@ -62,21 +63,21 @@ export default function Index(){
6263
{/* <Features classlist="container "/> */}
6364
<BaseExplain classlist="container relative"/>
6465
<AboutOne/>
65-
<AboutTwo/>
66+
<AgentAboutTwo/>
6667
<AiAgents/>
67-
<AboutThree/>
68+
{/* <AboutThree/> */}
6869

69-
<div className="container relative md:mt-24 mt-16">
70+
{/* <div className="container relative md:mt-24 mt-16">
7071
<div className="grid grid-cols-1 pb-6 text-center">
7172
<h3 className="mb-4 md:text-3xl md:leading-normal text-2xl leading-normal font-semibold">The right plans, <br/> <span className="bg-gradient-to-br from-amber-400 to-fuchsia-600 text-transparent bg-clip-text">for the right price</span></h3>
7273
7374
<p className="text-slate-400 max-w-xl mx-auto">Artificial intelligence makes it fast easy to create content for your blog, social media, website, and more!</p>
7475
</div>
7576
<Pricing/>
76-
</div>
77+
</div> */}
7778

78-
<Faq/>
79-
<Blogs/>
79+
{/* <Faq/> */}
80+
{/* <Blogs/> */}
8081
</section>
8182
<Footer/>
8283
<Switcher/>

0 commit comments

Comments
 (0)