From 4c50a5ddea47075609b28dbc16f7b943fff9a1b5 Mon Sep 17 00:00:00 2001 From: Josue Brenes Date: Fri, 20 Mar 2026 10:59:23 -0600 Subject: [PATCH 1/2] refactor: update TrustedByStartups component to reflect broader client base Modified the TrustedByStartups component to change the text from "startups" to "startups and enterprises," enhancing the messaging to better represent the client demographic. --- src/features/social-proof/TrustedByStartups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/social-proof/TrustedByStartups.tsx b/src/features/social-proof/TrustedByStartups.tsx index 22b3f94..5febb5d 100644 --- a/src/features/social-proof/TrustedByStartups.tsx +++ b/src/features/social-proof/TrustedByStartups.tsx @@ -23,7 +23,7 @@ export function TrustedStartups() {

Trusted by fast-growing{" "} - startups + startups and enterprises

From 73772b7855870a02c2921fb66b3b1523d109d13b Mon Sep 17 00:00:00 2001 From: Josue Brenes Date: Sat, 21 Mar 2026 11:19:15 -0600 Subject: [PATCH 2/2] refactor: replace TextAnimate with semantic HTML elements in ACTAScrollDown component Removed the TextAnimate component and replaced it with an h3 and p tag for better semantic structure and improved accessibility in the ACTAScrollDown component. --- src/features/acta-scroll/ACTAScrollDown.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/features/acta-scroll/ACTAScrollDown.tsx b/src/features/acta-scroll/ACTAScrollDown.tsx index b0202d4..8fa66b6 100644 --- a/src/features/acta-scroll/ACTAScrollDown.tsx +++ b/src/features/acta-scroll/ACTAScrollDown.tsx @@ -1,7 +1,6 @@ "use client"; import React, { useCallback, useEffect, useRef, useState } from "react"; -import { TextAnimate } from "@/components/ui/text-animate"; type StepData = { side: "left" | "right"; @@ -360,9 +359,7 @@ export default function ACTAScrollDown() { return (
- {s.title} - - +

{s.body} - +

{s.bullets && (