diff --git a/apps/website/public/line-chart-waves.svg b/apps/website/public/line-chart-waves.svg new file mode 100644 index 00000000..4ce38097 --- /dev/null +++ b/apps/website/public/line-chart-waves.svg @@ -0,0 +1,4 @@ + + + + diff --git a/apps/website/public/pie-chart.svg b/apps/website/public/pie-chart.svg new file mode 100644 index 00000000..a89853f7 --- /dev/null +++ b/apps/website/public/pie-chart.svg @@ -0,0 +1,4 @@ + + + + diff --git a/apps/website/public/target-black.svg b/apps/website/public/target-black.svg new file mode 100644 index 00000000..3a896907 --- /dev/null +++ b/apps/website/public/target-black.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/apps/website/public/values-1-cro.png b/apps/website/public/values-1-cro.png new file mode 100644 index 00000000..c9a744f9 Binary files /dev/null and b/apps/website/public/values-1-cro.png differ diff --git a/apps/website/public/values-img-crocodile-3.png b/apps/website/public/values-img-crocodile-3.png new file mode 100644 index 00000000..00d9f21b Binary files /dev/null and b/apps/website/public/values-img-crocodile-3.png differ diff --git a/apps/website/public/values-main-image.png b/apps/website/public/values-main-image.png new file mode 100644 index 00000000..72013bb2 Binary files /dev/null and b/apps/website/public/values-main-image.png differ diff --git a/apps/website/src/components/Clients.astro b/apps/website/src/components/Clients.astro new file mode 100644 index 00000000..e10cbe8f --- /dev/null +++ b/apps/website/src/components/Clients.astro @@ -0,0 +1,40 @@ +--- +import Section from "./Section.astro"; +--- + +
+

+ Trusted By: +

+
+
+ + + + + +
+
+ +
+ Our tailored software services bridge the gap between the big-picture + + strategy and day-to-day operations, turning ambitious goals into concrete, + actionable steps that drive results. + +
+
diff --git a/apps/website/src/components/ValueCard.astro b/apps/website/src/components/ValueCard.astro index cf8021b7..4b8907fd 100644 --- a/apps/website/src/components/ValueCard.astro +++ b/apps/website/src/components/ValueCard.astro @@ -9,17 +9,23 @@ interface Props { }; styles?: string | string[]; onDark?: boolean; + icon: string; } -const { idx, title, content, img, styles, onDark } = Astro.props; +const { title, content, img, styles, onDark, icon } = Astro.props; ---
- {`{${idx}}`} -

{title}

-

- - {img.alt} +

+ {icon} +
+

{title}

+

+

+
+
+ {img.alt} +
diff --git a/apps/website/src/components/Values.astro b/apps/website/src/components/Values.astro index a69bdbe7..f9bf12cb 100644 --- a/apps/website/src/components/Values.astro +++ b/apps/website/src/components/Values.astro @@ -4,10 +4,11 @@ import ValueCard from "./ValueCard.astro"; import SectionTitle from "./SectionTitle.astro"; import Section from "./Section.astro"; import { grid_classes } from "./_grid"; +import Pill from "./Pill.astro"; const styles = [ "bg-[#FEB534]", - "bg-[#607A1A] [&_img]:max-w-[calc(100%+56px)] [&_img]:-ml-7 xl:[&_img]:max-w-[calc(100%+96px)] xl:[&_img]:-ml-12", + "bg-[#607A1A]", "bg-[#F6FCFD]", ]; @@ -23,32 +24,32 @@ for (const value of valueCollection) { path: value.data.imgPath, alt: value.data.imgAlt, }, + icon: value.data.icon }); } --- -
-
- Our tailored software services bridge the gap between the big-picture - strategy and day-to-day operations, turning ambitious goals into concrete, - actionable steps that drive results. +
+
+ We’re 100% Focused on results + + + Creating Value + Through The Power Of Software +
- - Creating Value Through
The Power Of Software -
{ values.map((value, idx) => { return ( - + ); }) } diff --git a/apps/website/src/components/hero.astro b/apps/website/src/components/hero.astro index 5735359e..dc6b57a6 100644 --- a/apps/website/src/components/hero.astro +++ b/apps/website/src/components/hero.astro @@ -62,25 +62,6 @@ import Section from "./Section.astro";
-

Trusted By: -
-
- - - - - -
-
-

diff --git a/apps/website/src/content/values/aligment-business-goals.md b/apps/website/src/content/values/aligment-business-goals.md index 77e0c045..28ef62c9 100644 --- a/apps/website/src/content/values/aligment-business-goals.md +++ b/apps/website/src/content/values/aligment-business-goals.md @@ -1,7 +1,8 @@ --- title: "Ensuring Alignment with business goals" -imgPath: "/values-1.png" +imgPath: "/values-1-cro.png" imgAlt: "Illustration of a video meeting with Crocoder team member" +icon: "/target-black.svg" --- We continuously assess opportunities and challenges to gain deep understanding of your business so we deliver software solutions that are only fully aligned with your overall strategy. if it doesn’t work toward an impactful purpose, it does not get built. diff --git a/apps/website/src/content/values/tech-people-skills.md b/apps/website/src/content/values/tech-people-skills.md index 1f06db87..8ed31cf5 100644 --- a/apps/website/src/content/values/tech-people-skills.md +++ b/apps/website/src/content/values/tech-people-skills.md @@ -2,5 +2,6 @@ title: "Complementing technical with people skills" imgPath: "/values-2.png" imgAlt: "Software developers accompanied by a crocodile" +icon: "/pie-chart.svg" --- Software development is rarely just about software. By working with us, you gain committed partners with demonstrated technical expertise that can guide you through periods of intensive technical and organisational change. We adapt our approach based on your unique needs, leveraging our interpersonal skills to foster effective collaboration and drive successful outcomes. diff --git a/apps/website/src/content/values/today-tommorow.md b/apps/website/src/content/values/today-tommorow.md index 60eea1a0..cbf28b2e 100644 --- a/apps/website/src/content/values/today-tommorow.md +++ b/apps/website/src/content/values/today-tommorow.md @@ -1,6 +1,7 @@ --- title: "Balancing today's priorities with tomorrow's expectations" -imgPath: "/values-3.png" +imgPath: "/values-img-crocodile-3.png" imgAlt: "Crocodile presenting some cool slides." +icon: "/line-chart-waves.svg" --- We recognize that thriving today shouldn't compromise future success. By selecting the right tools and focusing on solid software architecture, we address immediate technical challenges while preparing your business for what's ahead. diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index c2a6d549..0ce903c6 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -1,5 +1,6 @@ --- import BookACallForm from "../components/BookACallForm.astro"; +import Clients from "../components/Clients.astro"; import Footer from "../components/footer.astro"; import Hero from "../components/hero.astro"; import Navigation from "../components/navigation.astro"; @@ -13,6 +14,7 @@ import "../styles/main.css"; +