2025-07-02 11:47:23 +05:30

68 lines
2.8 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'use client'
import CountUp from 'react-countup'
import Link from 'next/link'
export default function Section2() {
return (
<>
<div className="about10-section-area sp1">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
<div className="about10-images">
<img src="/assets/img/all-images/others/author-img2.png" alt="" className="about-img10 aniamtion-key-1" />
<div className="img1" data-aos="zoom-in" data-aos-duration={1000}>
<img src="/assets/img/all-images/about/about-img7.png" alt="" />
</div>
<div className="img2" data-aos="zoom-in" data-aos-duration={1100}>
<img src="/assets/img/all-images/about/about-img8.png" alt="" />
</div>
<div className="img3" data-aos="zoom-in" data-aos-duration={1200}>
<img src="/assets/img/all-images/about/about-img9.png" alt="" />
</div>
</div>
</div>
<div className="col-lg-6">
<div className="about-header heading13">
<h5 data-aos="fade-left" data-aos-duration={800}><img src="/assets/img/icons/sub-logo1.svg" alt="" /> About Summit</h5>
<div className="space18" />
<h2 className="text-anime-style-3">What is the Technology Forum Conference?</h2>
<div className="space18" />
<p data-aos="fade-left" data-aos-duration={900}>The Technology Forum Conference brings together
thought leaders, innovators, and tech enthusiasts to discuss the latest developments in AI,
cybersecurity, blockchain, cloud computing, and more. Dive into keynote presentations,
hands-on workshops, and interactive panel discussions designed push the boundaries of whats
possible in the tech world.</p>
<div className="space12" />
<div className="counter-area" data-aos="fade-left" data-aos-duration={1000}>
<div className="counter-box">
<h3><CountUp className="odometer" enableScrollSpy={true} end={250} />+</h3>
<div className="space18" />
<p>Our Journalist</p>
</div>
<div className="counter-box">
<h3><CountUp className="odometer" enableScrollSpy={true} end={15} />+</h3>
<div className="space18" />
<p>Our Speaker</p>
</div>
<div className="counter-box" style={{ border: 'none' }}>
<h3><CountUp className="odometer" enableScrollSpy={true} end={7} />K+</h3>
<div className="space18" />
<p>Attendees</p>
</div>
</div>
<div className="space32" />
<div className="btn-area1" data-aos="fade-left" data-aos-duration={1200}>
<Link href="/event-schedule" className="vl-btn10">About Form <img src="/assets/img/icons/arrow2.svg" alt="" /></Link>
</div>
</div>
</div>
</div>
</div>
</div>
</>
)
}