Skip to content

Commit f913dcb

Browse files
authored
feat: update quote (#2547)
1 parent 479053a commit f913dcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/web/src/components/sections/testimonial.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ const TestimonialSection = () => {
1111
<div className="flex flex-col items-center justify-center gap-14">
1212
<blockquote className="relative flex w-full max-w-xl flex-col gap-10">
1313
<p className="text-center text-xl md:text-2xl font-medium leading-[1.4] tracking-[-0.01em] text-gradient text-balance">
14-
I've added emails to my site in 30 minutes. React Email is
15-
amazing.
14+
Building email UI is annoyingly difficult, especially trying to
15+
make things look correct in all clients. React Email makes this
16+
way easier.
1617
</p>
1718
<div className="flex items-center justify-center gap-3">
1819
<div className="p-px rounded-full bg-gradient-to-tr from-transparent via-transparent to-neutral-300">

0 commit comments

Comments
 (0)