+
- "Here is an example of how Budibase changed my life for the better and
- now all I do is eat, sleep, build apps, repeat."
+ "{testimonial.text}"
-
-
-
-
No-code Enthusiast
-
Bedroom TLD
-
+
+
{testimonial.name}
+
{testimonial.role}
@@ -35,23 +61,13 @@
place-items: center;
}
.testimonial {
- width: 280px;
+ width: 380px;
padding: 40px;
}
.text {
font-size: var(--font-size-l);
font-style: italic;
}
- img {
- width: 40px;
- }
- .user {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- gap: var(--spacing-s);
- }
.name {
font-weight: bold;
color: var(--spectrum-global-color-gray-900);