Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-22 04:24:02 +00:00

View File

@@ -115,6 +115,7 @@ export default function LandingPage() {
<TestimonialCardTwo
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
title="Client Stories"
description="See why Jaipur trusts Cleaner Dekho."
testimonials={[
@@ -129,6 +130,7 @@ export default function LandingPage() {
<MetricCardSeven
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
title="Company Stats"
description="Proven results in the industry."
metrics={[
@@ -146,6 +148,7 @@ export default function LandingPage() {
description="Reach out to Shyam Nagar today for inquiries or premium service bookings. Our team is ready to assist you."
buttons={[{ text: "Contact Us", href: "#contact" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>