We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70124c commit dfbbca4Copy full SHA for dfbbca4
1 file changed
apps/web/src/app/(main)/(landing)/pricing/page.tsx
@@ -369,13 +369,13 @@ const Pricing = () => {
369
</div>
370
371
<TestimonialsSection />
372
- <div className="border-b border-[#252525] text-center py-8 px-4">
+ <div className="border-b border-border text-center py-8 px-4">
373
<p className="text-lg mb-4 text-text-secondary">
374
<Link
375
href="/testimonials"
376
className="text-brand-purple-light hover:text-brand-purple transition-colors underline"
377
>
378
- See what my existing investors said about me.
+ See what our Pro customers said about us.
379
</Link>
380
</p>
381
0 commit comments