From 6e85c994568348d06be75a916a12408c54cc9274 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Fri, 3 Apr 2026 22:50:51 +0200 Subject: [PATCH] feat(marketing): refresh trusted-by logo strip Replace several homepage and shared LogoList assets with grey SVGs for Times of India, First Media, Acer, DevKind, LangX, and K-collect, and remove unused Apple, TikTok, and Intel logos. Update the homepage headline copy, keep the marketing logo row title on one line, and scale logos down slightly with wider grid gaps for clearer spacing. Made-with: Cursor --- src/lib/components/LogoList.svelte | 74 +++++++-------- .../(marketing)/(components)/logo-list.svelte | 88 ++++++++--------- src/routes/(marketing)/+page.svelte | 2 +- static/images/logos/trusted-by/acer.svg | 6 ++ static/images/logos/trusted-by/apple.svg | 1 - static/images/logos/trusted-by/devkind.svg | 63 +++++++++++++ .../images/logos/trusted-by/first-media.svg | 70 ++++++++++++++ static/images/logos/trusted-by/intel.svg | 1 - static/images/logos/trusted-by/k-collect.svg | 40 ++++++++ static/images/logos/trusted-by/langx.svg | 18 ++++ static/images/logos/trusted-by/tiktok.svg | 1 - .../logos/trusted-by/times-of-india.svg | 94 +++++++++++++++++++ 12 files changed, 373 insertions(+), 85 deletions(-) create mode 100644 static/images/logos/trusted-by/acer.svg delete mode 100644 static/images/logos/trusted-by/apple.svg create mode 100644 static/images/logos/trusted-by/devkind.svg create mode 100644 static/images/logos/trusted-by/first-media.svg delete mode 100644 static/images/logos/trusted-by/intel.svg create mode 100644 static/images/logos/trusted-by/k-collect.svg create mode 100644 static/images/logos/trusted-by/langx.svg delete mode 100644 static/images/logos/trusted-by/tiktok.svg create mode 100644 static/images/logos/trusted-by/times-of-india.svg diff --git a/src/lib/components/LogoList.svelte b/src/lib/components/LogoList.svelte index 688bec2f6f..5e79844507 100644 --- a/src/lib/components/LogoList.svelte +++ b/src/lib/components/LogoList.svelte @@ -13,76 +13,76 @@ const logos = [ { - src: '/images/logos/trusted-by/apple.svg', - alt: 'Apple', - width: 42, - height: 48 + src: '/images/logos/trusted-by/times-of-india.svg', + alt: 'The Times of India', + width: 123, + height: 45 }, { - src: '/images/logos/trusted-by/oracle.svg', - alt: 'ORACLE', - width: 136, - height: 17 + src: '/images/logos/trusted-by/devkind.svg', + alt: 'DevKind', + width: 91, + height: 27 }, { - src: '/images/logos/trusted-by/tiktok.svg', - alt: 'TikTok', - width: 133, - height: 32 + src: '/images/logos/trusted-by/first-media.svg', + alt: 'First Media', + width: 139, + height: 37 }, { - src: '/images/logos/trusted-by/intel.svg', - alt: 'intel', - width: 76, - height: 30 + src: '/images/logos/trusted-by/acer.svg', + alt: 'Acer', + width: 90, + height: 22 }, { src: '/images/logos/trusted-by/ibm.svg', alt: 'IBM', - width: 74, - height: 30 + width: 63, + height: 26 }, { src: '/images/logos/trusted-by/american-airlines.svg', alt: 'American Airlines', - width: 147, - height: 24 + width: 125, + height: 20 }, { - src: '/images/logos/trusted-by/deloitte.svg', - alt: 'Deloitte.', - width: 103, - height: 20 + src: '/images/logos/trusted-by/langx.svg', + alt: 'LangX', + width: 114, + height: 25 }, { src: '/images/logos/trusted-by/gm.svg', alt: 'GM', - width: 48, - height: 48 + width: 41, + height: 41 }, { src: '/images/logos/trusted-by/ey.svg', alt: 'EY', - width: 46, - height: 48 + width: 39, + height: 41 }, { - src: '/images/logos/trusted-by/nestle.svg', - alt: 'Nestle', - width: 119, - height: 34 + src: '/images/logos/trusted-by/k-collect.svg', + alt: 'K-collect', + width: 108, + height: 30 }, { src: '/images/logos/trusted-by/bosch.svg', alt: 'BOSCH', - width: 110, - height: 37 + width: 94, + height: 31 }, { src: '/images/logos/trusted-by/decathlon.svg', alt: 'DECATHLON', - width: 127, - height: 32 + width: 108, + height: 27 } ]; @@ -92,7 +92,7 @@

{title}

-