From 213aa5c128494fdb2ad1e1c50ce7f8029e69cd47 Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Wed, 17 Jun 2026 11:33:10 +0530 Subject: [PATCH] agent: Replace Tech Stack Strip With Client Logos --- src/pages/index.astro | 103 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 88 insertions(+), 15 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index a9e1308..8df2759 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -122,6 +122,43 @@ const stats = [ { value: 3, suffix: '', label: 'Team Members', icon: 'clock' }, ]; +// Technology stack data — relocated below the fold so social proof leads the +// hero. Each entry pairs the framework name with a short context line and a +// neutral monochrome SVG icon (uses currentColor so the grayscale → +// brand-color hover treatment is driven entirely by Tailwind utility classes). +const techStack = [ + { + name: 'Angular', + context: 'Enterprise front-ends', + icon: '', + }, + { + name: 'Spring Boot', + context: 'Backend APIs', + icon: '', + }, + { + name: 'Next.js', + context: 'React SSR & ISR', + icon: '', + }, + { + name: 'Astro', + context: 'Marketing & docs sites', + icon: '', + }, + { + name: 'Golang', + context: 'High-throughput services', + icon: '', + }, + { + name: 'PostgreSQL', + context: 'Production data layer', + icon: '', + }, +]; + // FAQ data const faqs = [ { @@ -233,24 +270,14 @@ const faqs = [ No commitment

- -
-

Powered By Industry Leaders

-
-
Angular
-
Spring Boot
-
Next.js
-
Astro
-
Golang
-
-
- -
- - Discover More + + + +
+ +
+