From b0f7a62abfcfc175f51c7519dad8c73371dc27f0 Mon Sep 17 00:00:00 2001 From: gloria Date: Mon, 17 Feb 2025 10:07:09 +0100 Subject: [PATCH 1/5] fix: change book a call id --- apps/website/src/components/BookACallForm.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/src/components/BookACallForm.astro b/apps/website/src/components/BookACallForm.astro index 15522b8e..f5a6be2d 100644 --- a/apps/website/src/components/BookACallForm.astro +++ b/apps/website/src/components/BookACallForm.astro @@ -7,17 +7,17 @@ import Section from "./Section.astro";
Book your call today

Date: Mon, 17 Feb 2025 11:29:09 +0100 Subject: [PATCH 2/5] fix: hero text --- apps/website/src/components/Pill.astro | 11 +- apps/website/src/components/hero.astro | 140 +++++++++++++++---------- 2 files changed, 93 insertions(+), 58 deletions(-) diff --git a/apps/website/src/components/Pill.astro b/apps/website/src/components/Pill.astro index 9f8013e8..ca5301fa 100644 --- a/apps/website/src/components/Pill.astro +++ b/apps/website/src/components/Pill.astro @@ -1,5 +1,14 @@ +--- +import classNames from "classnames"; + +const { className } = Astro.props; +--- +
diff --git a/apps/website/src/components/hero.astro b/apps/website/src/components/hero.astro index 5735359e..57278a84 100644 --- a/apps/website/src/components/hero.astro +++ b/apps/website/src/components/hero.astro @@ -14,73 +14,95 @@ import Section from "./Section.astro";

-
- More than a developer agency +
+ More than a developer agency

- Building Software That Builds Your Business + Building Software -
+ That Builds Your Business - Experienced tech consultancy delivering enterprise-grade web - development -
-

+
+ Experienced tech consultancy delivering enterprise-grade web + development +
+
-

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

+ Trusted By: +

+
+
+ + + + +
- +

From 951c2e057eebbf285b2d61f667b914dd91d72087 Mon Sep 17 00:00:00 2001 From: Luka Date: Mon, 17 Feb 2025 18:49:40 +0100 Subject: [PATCH 3/5] testimonials bold text --- apps/website/src/content/testimonials/1raphael-bauer.md | 2 +- apps/website/src/content/testimonials/2paul-jeszensky.md | 2 +- apps/website/src/content/testimonials/3michele.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/src/content/testimonials/1raphael-bauer.md b/apps/website/src/content/testimonials/1raphael-bauer.md index 993612c1..f5516762 100644 --- a/apps/website/src/content/testimonials/1raphael-bauer.md +++ b/apps/website/src/content/testimonials/1raphael-bauer.md @@ -3,4 +3,4 @@ imageUrl: "" name: "Raphael Bauer" title: "Interim CTO" --- -CroCoder is one of the most trusted partners in my network. We have successfully completed multiple projects in the past. I highly recommend CroCoder - their team is exceptional and they will offer you outstanding support for your projects. I look forward to future collaborations with CroCoder! +CroCoder is one of the **most trusted partners** in my network. We have successfully completed multiple projects in the past. I highly recommend CroCoder - **their team is exceptional** and they will offer you outstanding support for your projects. I look forward to future collaborations with CroCoder! diff --git a/apps/website/src/content/testimonials/2paul-jeszensky.md b/apps/website/src/content/testimonials/2paul-jeszensky.md index 50821462..6fb84db5 100644 --- a/apps/website/src/content/testimonials/2paul-jeszensky.md +++ b/apps/website/src/content/testimonials/2paul-jeszensky.md @@ -3,4 +3,4 @@ imageUrl: "" name: "Paul Jeszenszky" title: "Submix co-founder & CEO" --- -We have found the perfect extension of our team with CroCoder. We operate as one team, celebrating our wins and working through the challenges together. They “own” the roadmap, deadlines and outcomes with us - from the ideation and direction stages through to post-launch optimization. +We have found **the perfect extension of our team** with CroCoder. We operate as one team, celebrating our wins and working through the challenges together. They “own” the roadmap, deadlines and outcomes with us - from the ideation and direction stages through to post-launch optimization. diff --git a/apps/website/src/content/testimonials/3michele.md b/apps/website/src/content/testimonials/3michele.md index 55de66e0..4a93166f 100644 --- a/apps/website/src/content/testimonials/3michele.md +++ b/apps/website/src/content/testimonials/3michele.md @@ -3,4 +3,4 @@ imageUrl: "" name: "Michele Rattotti" title: "4evergreen Project Manager" --- -We were impressed by the proactive attitude [of CroCoder] and capacity to turn theory into practice. Their support and assistance was very timely and precise, always followed by concrete implementing steps. The small team has a strong multidisciplinary background and proved a good attitude to work in team with other consultants +We were impressed by the proactive attitude [of CroCoder] and capacity to **turn theory into practice**. Their support and assistance was very timely and precise, always followed by concrete implementing steps. The small team has a **strong multidisciplinary background** and proved **a good attitude** to work in team with other consultants From 663b034b1e793178ae42a7018ef9ef967b5521d6 Mon Sep 17 00:00:00 2001 From: Luka Date: Mon, 17 Feb 2025 19:11:33 +0100 Subject: [PATCH 4/5] values bolded text --- apps/website/src/components/Values.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/src/components/Values.astro b/apps/website/src/components/Values.astro index a69bdbe7..8352e2f3 100644 --- a/apps/website/src/components/Values.astro +++ b/apps/website/src/components/Values.astro @@ -31,9 +31,9 @@ for (const value of valueCollection) {
- 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. + 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.
Creating Value Through
The Power Of Software From 47049db26226e3245c82c204a8e40c9521b30dbd Mon Sep 17 00:00:00 2001 From: Luka Date: Tue, 18 Feb 2025 18:34:42 +0100 Subject: [PATCH 5/5] Update: changed order of testimonials and services, added antialiased to paragraphs on values section --- apps/website/src/components/ValueCard.astro | 2 +- apps/website/src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/src/components/ValueCard.astro b/apps/website/src/components/ValueCard.astro index 4b8907fd..fe727abb 100644 --- a/apps/website/src/components/ValueCard.astro +++ b/apps/website/src/components/ValueCard.astro @@ -22,7 +22,7 @@ const { title, content, img, styles, onDark, icon } = Astro.props; {icon}

{title}

-

+

diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 0ce903c6..60f6bdc3 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -16,8 +16,8 @@ import "../styles/main.css"; - + Build Your Business With Us