Update Cloudrite landing page with real metrics and contact info #1
@@ -197,11 +197,7 @@ export function Features() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Stats Row */}
|
{/* Stats Row */}
|
||||||
<div className="grid grid-cols-2 lg:grid-cols-4 gap-8 p-8 lg:p-12 bg-card border border-border rounded-3xl">
|
<div className="grid grid-cols-2 lg:grid-cols-3 gap-8 p-8 lg:p-12 bg-card border border-border rounded-3xl">
|
||||||
<div className="text-center">
|
|
||||||
<AnimatedCounter end={100} suffix="+" />
|
|
||||||
<p className="text-muted-foreground mt-2">Businesses Helped</p>
|
|
||||||
</div>
|
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<AnimatedCounter end={99} suffix="%" />
|
<AnimatedCounter end={99} suffix="%" />
|
||||||
<p className="text-muted-foreground mt-2">Uptime Guarantee</p>
|
<p className="text-muted-foreground mt-2">Uptime Guarantee</p>
|
||||||
@@ -211,8 +207,8 @@ export function Features() {
|
|||||||
<p className="text-muted-foreground mt-2">Support Available</p>
|
<p className="text-muted-foreground mt-2">Support Available</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<AnimatedCounter end={10} suffix="+" />
|
<p className="text-5xl md:text-6xl font-bold text-primary">NZ</p>
|
||||||
<p className="text-muted-foreground mt-2">Years Experience</p>
|
<p className="text-muted-foreground mt-2">Hosted & Based</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user