Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:51:23 +00:00
parent ac0a1e0576
commit 16620d34bc

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="What Clients Say"
description="Real results for real partners."
testimonials={[{ id: "t1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", title: "Amazing Results!", quote: "Chandigi transformed our digital presence and drove incredible growth for our business." }]}
testimonials={[{ id: "t1", name: "Sarah Johnson", role: "CEO", title: "Amazing Results!", quote: "Chandigi transformed our digital presence and drove incredible growth for our business." }]}
/>
</div>
@@ -126,6 +126,7 @@ export default function LandingPage() {
tag="Inquiry"
buttons={[{ text: "Get Started", href: "/contact" }]}
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>