Skip to content

Commit dfbbca4

Browse files
committed
feat: integrate the testimonial page
1 parent b70124c commit dfbbca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web/src/app/(main)/(landing)/pricing

apps/web/src/app/(main)/(landing)/pricing/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,13 @@ const Pricing = () => {
369369
</div>
370370
</div>
371371
<TestimonialsSection />
372-
<div className="border-b border-[#252525] text-center py-8 px-4">
372+
<div className="border-b border-border text-center py-8 px-4">
373373
<p className="text-lg mb-4 text-text-secondary">
374374
<Link
375375
href="/testimonials"
376376
className="text-brand-purple-light hover:text-brand-purple transition-colors underline"
377377
>
378-
See what my existing investors said about me.
378+
See what our Pro customers said about us.
379379
</Link>
380380
</p>
381381
</div>

0 commit comments

Comments
 (0)