Skip to content

Commit 0021419

Browse files
committed
Remove links from highlighted text in testimonials
1 parent da1362f commit 0021419

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/app/(rest)/work/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Page() {
77
<div className="flex max-w-4xl flex-col items-center gap-16">
88
<div className="flex flex-col items-center gap-2">
99
<h1>Work</h1>
10-
<p className="text-secondary">Past projects and technical writing</p>
10+
<p className="text-secondary">Our past projects and technical writing</p>
1111
</div>
1212
<WorkTable />
1313
<CTA />

src/ui/testimonials.tsx

+3-9
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ export const Testimonials = () => {
99
"Rubric was an absolute pleasure to work with. They were available to meet on short notice and
1010
displayed an immense desire to meet our near-impossible deadlines. Their knowledge of
1111
</span>{' '}
12-
<Link href="/work#Sligo" className="text-primary">
13-
complex AI solutions
14-
</Link>
12+
complex AI solutions
1513
<span className="text-secondary/50">
1614
{' '}
1715
is impressive. I will definitely be working with the Rubric team again soon."
@@ -28,9 +26,7 @@ export const Testimonials = () => {
2826
"In just a few weeks, Rubric went from initial concepts to delivering an engaging AI video
2927
experience that reached{' '}
3028
</span>
31-
<Link href="/work#Graphite" className="text-primary">
32-
thousands of users
33-
</Link>
29+
thousands of users
3430
<span className="text-secondary/50">
3531
. They&apos;re fluent in novel technologies, creative, highly responsive, and went the extra
3632
mile to follow through and iterate with us even after initial handoff."
@@ -47,9 +43,7 @@ export const Testimonials = () => {
4743
"Working with Rubric has been like having a CTO in our back pocket. They pair the best in
4844
strategy with a killer product team to consistently deliver{' '}
4945
</span>
50-
<Link href="/work#Weave" className="text-primary">
51-
on time, every time
52-
</Link>
46+
on time, every time
5347
<span className="text-secondary/50">
5448
. From our first conversation when they took time to understand our business needs, I knew
5549
trusting them with our MVP build and every iteration since was the right choice."

0 commit comments

Comments
 (0)