From ab3b879987fd02816c4f625633adb8055329a90e Mon Sep 17 00:00:00 2001 From: gloria Date: Tue, 11 Feb 2025 18:22:26 +0100 Subject: [PATCH 1/3] feat: add values section in cto landing --- .../public/calendar-add-streamline-core.svg | 8 +++ .../public/management-streamline-ultimate.svg | 10 ++++ .../website/public/target-streamline-core.svg | 6 ++ apps/website/src/components/cto/Hero.astro | 2 +- .../src/components/cto/InfoBlock.astro | 9 +++ apps/website/src/components/cto/Values.astro | 57 +++++++++++++++++++ apps/website/src/components/hero.astro | 10 ++-- apps/website/src/components/navigation.astro | 29 +++++----- apps/website/src/layouts/header.astro | 6 +- apps/website/src/pages/cto.astro | 5 +- packages/tailwind/tailwind.config.js | 2 + packages/tailwind/theme.json | 4 +- 12 files changed, 121 insertions(+), 27 deletions(-) create mode 100644 apps/website/public/calendar-add-streamline-core.svg create mode 100644 apps/website/public/management-streamline-ultimate.svg create mode 100644 apps/website/public/target-streamline-core.svg create mode 100644 apps/website/src/components/cto/InfoBlock.astro create mode 100644 apps/website/src/components/cto/Values.astro diff --git a/apps/website/public/calendar-add-streamline-core.svg b/apps/website/public/calendar-add-streamline-core.svg new file mode 100644 index 00000000..a239327c --- /dev/null +++ b/apps/website/public/calendar-add-streamline-core.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/apps/website/public/management-streamline-ultimate.svg b/apps/website/public/management-streamline-ultimate.svg new file mode 100644 index 00000000..ecb09f42 --- /dev/null +++ b/apps/website/public/management-streamline-ultimate.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/apps/website/public/target-streamline-core.svg b/apps/website/public/target-streamline-core.svg new file mode 100644 index 00000000..185b376a --- /dev/null +++ b/apps/website/public/target-streamline-core.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/apps/website/src/components/cto/Hero.astro b/apps/website/src/components/cto/Hero.astro index 843fd3de..8211b51a 100644 --- a/apps/website/src/components/cto/Hero.astro +++ b/apps/website/src/components/cto/Hero.astro @@ -37,7 +37,7 @@ import Section from "../Section.astro"; Get started diff --git a/apps/website/src/components/cto/InfoBlock.astro b/apps/website/src/components/cto/InfoBlock.astro new file mode 100644 index 00000000..60abc617 --- /dev/null +++ b/apps/website/src/components/cto/InfoBlock.astro @@ -0,0 +1,9 @@ +--- +const { icon, title, description } = Astro.props; +--- + +
+ +

{title}

+

{description}

+
diff --git a/apps/website/src/components/cto/Values.astro b/apps/website/src/components/cto/Values.astro new file mode 100644 index 00000000..0ccbd96d --- /dev/null +++ b/apps/website/src/components/cto/Values.astro @@ -0,0 +1,57 @@ +--- +import { grid_classes } from "../_grid"; +import Pill from "../Pill.astro"; +import Section from "../Section.astro"; +import InfoBlock from "./InfoBlock.astro"; +--- + +
+
+ We’re 100% Focused on results +

+ Be Confident Knowing Your Strategy + Gets Implemented + +

+
+
+
+ +
+
+ +
+
+ +
+
+

+ 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 +

+
+
+
diff --git a/apps/website/src/components/hero.astro b/apps/website/src/components/hero.astro index 4042e32e..6c824969 100644 --- a/apps/website/src/components/hero.astro +++ b/apps/website/src/components/hero.astro @@ -45,13 +45,13 @@ import Section from "./Section.astro"; Book a call Contact us @@ -93,7 +93,9 @@ import Section from "./Section.astro"; - - diff --git a/apps/website/src/components/navigation.astro b/apps/website/src/components/navigation.astro index 87ebc4b9..1968ff60 100644 --- a/apps/website/src/components/navigation.astro +++ b/apps/website/src/components/navigation.astro @@ -108,8 +108,8 @@