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 + +
+ + See who we work with @@ -635,6 +662,52 @@ const faqs = [
+ +
+ +
+