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} + + + )) + } + + - 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 BuildingWeb Products + We Specialize in BuildingWeb Products
- {c.highlight} - - {c.text} -
+ {c.highlight} + + {c.text} +