Deploy
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
export default function StatsSection() {
|
||||
return (
|
||||
<section data-vula-section="stats" id="stats" className="py-20 bg-[#1c2128]">
|
||||
<div className="container mx-auto px-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
|
||||
<div className="animate-fade-up">
|
||||
<div className="text-5xl lg:text-6xl font-bold text-white mb-2">10+</div>
|
||||
<div className="text-lg text-gray-400">Years of Experience</div>
|
||||
</div>
|
||||
<div className="animate-fade-up" style={{animationDelay: "0.2s"}}>
|
||||
<div className="text-5xl lg:text-6xl font-bold text-white mb-2">500+</div>
|
||||
<div className="text-lg text-gray-400">Jobs Completed</div>
|
||||
</div>
|
||||
<div className="animate-fade-up" style={{animationDelay: "0.4s"}}>
|
||||
<div className="text-5xl lg:text-6xl font-bold text-white mb-2">100%</div>
|
||||
<div className="text-lg text-gray-400">Insured & Guaranteed</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user