From b01781714c10dc822134b48c07b0dad92ea83b25 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:29:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dce1372..45cc618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { @@ -101,7 +101,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Built for the Community" description={[ - "Our founder moved to the UK at age 6, navigating the challenges of dual-language living firsthand. Elite Lingo Brazil was created to ensure that every Brazilian in the UK can face official conversations, medical appointments, and daily interactions with total confidence.", "We aren't just translators; we are your communication partner." + "Our founder moved to the UK at age 6, navigating the challenges of dual-language living firsthand. Elite Lingo Brazil was created to ensure that every Brazilian in the UK can face official conversations, medical appointments, and daily interactions with total confidence.", "We aren't just translators, we are your communication partner." ]} /> @@ -113,8 +113,8 @@ export default function LandingPage() { gridVariant="bento-grid-inverted" useInvertedBackground={true} metrics={[ - { id: "st1", value: "500+", title: "UK Situations Resolved", description: "From bank calls to housing queries.", icon: Award }, - { id: "st2", value: "99%", title: "Client Satisfaction", description: "Confident communication every time.", icon: ThumbsUp }, + { id: "st1", value: "100+", title: "UK Situations Resolved", description: "From bank calls to housing queries.", icon: Award }, + { id: "st2", value: "99.4%", title: "Client Satisfaction", description: "Confident communication every time.", icon: ThumbsUp }, { id: "st3", value: "24/7", title: "Support Availability", description: "When you need us, we're here.", icon: Clock } ]} title="Our Impact" -- 2.49.1