From 04931ceecb72535f9c479895478ec18c797bef0c Mon Sep 17 00:00:00 2001 From: stefanskoricdev Date: Fri, 19 Sep 2025 15:04:46 +0200 Subject: [PATCH] feat: Update specialization page --- apps/website/src/assets/code_monitor_dark.svg | 9 ++ .../src/assets/performance_increase.svg | 8 ++ .../staff-agmentation/MainContent.astro | 105 +++++++++--------- .../staff-agmentation/Specialization.astro | 10 +- .../staff_specializations/specializations.md | 12 +- 5 files changed, 84 insertions(+), 60 deletions(-) create mode 100644 apps/website/src/assets/code_monitor_dark.svg create mode 100644 apps/website/src/assets/performance_increase.svg diff --git a/apps/website/src/assets/code_monitor_dark.svg b/apps/website/src/assets/code_monitor_dark.svg new file mode 100644 index 00000000..0fb3b884 --- /dev/null +++ b/apps/website/src/assets/code_monitor_dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/apps/website/src/assets/performance_increase.svg b/apps/website/src/assets/performance_increase.svg new file mode 100644 index 00000000..e48c21c0 --- /dev/null +++ b/apps/website/src/assets/performance_increase.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/apps/website/src/components/staff-agmentation/MainContent.astro b/apps/website/src/components/staff-agmentation/MainContent.astro index 3f0c2bb5..384d5473 100644 --- a/apps/website/src/components/staff-agmentation/MainContent.astro +++ b/apps/website/src/components/staff-agmentation/MainContent.astro @@ -43,7 +43,7 @@ const { data } = content;
+ +
-

- Ideal For Teams Who -

-
- { - data.main.fitChecks.map((c) => ( -
- -

- {c.highlight} -
- {c.text} -

-
- )) - } +

+ Ideal For Teams Who +

+
+ { + data.main.fitChecks.map((c) => ( +
+ +

+ {c.highlight} +
+ {c.text} +

+
+ )) + } +
+ Illustration of crocodile and developers collaborating
- Illustration of crocodile and developers collaborating
diff --git a/apps/website/src/components/staff-agmentation/Specialization.astro b/apps/website/src/components/staff-agmentation/Specialization.astro index 11a1d566..9109bf4b 100644 --- a/apps/website/src/components/staff-agmentation/Specialization.astro +++ b/apps/website/src/components/staff-agmentation/Specialization.astro @@ -3,7 +3,8 @@ import { Image } from "astro:assets"; import Section from "../../components/Section.astro"; import { grid_classes } from "../../components/_grid"; import classnames from "classnames"; -import { getCollection, type CollectionEntry } from "astro:content"; +import { getCollection } from "astro:content"; +import Pill from "../Pill.astro"; const images = import.meta.glob<{ default: ImageMetadata }>( "/src/assets/*.svg" @@ -23,10 +24,13 @@ const specializationCards = collection[0].data.specializations as {
+ Our Expertise

- We Specialize in Building
Web Products + We Specialize in Building
Web Products