Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user