Skip to content

Commit df77d96

Browse files
committed
feat: increase rate to 140€
1 parent 7e64f5e commit df77d96

2 files changed

Lines changed: 9 additions & 16 deletions

File tree

src/components/OurCraft.astro

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
import ourCraftIcon from '../assets/our-craft.svg';
3-
import Step from './Step.astro';
4-
import Steps from './Steps.astro';
2+
import ourCraftIcon from "../assets/our-craft.svg";
3+
import Step from "./Step.astro";
4+
import Steps from "./Steps.astro";
55
---
66

7-
87
<section id="our-craft" class="section mt-16 items-center xl:mt-32">
98
<div class="flex flex-col items-center justify-between px-6 xl:flex-row xl:items-end">
109
<div class="mt-4 flex w-full flex-1 flex-col xl:mb-10">
@@ -13,24 +12,18 @@ import Steps from './Steps.astro';
1312
</h1>
1413
</div>
1514

16-
<img
17-
src={ourCraftIcon.src}
18-
alt="Our craft"
19-
class="w-full flex-1 xl:w-2/5 xl:flex-none"
20-
/>
15+
<img src={ourCraftIcon.src} alt="Our craft" class="w-full flex-1 xl:w-2/5 xl:flex-none" />
2116
</div>
2217

2318
<Steps class="bg-benzol-green">
2419
<Step class="text-benzol-green" title="Fixed rate" slot="first">
25-
One fixed rate of <span class="font-bold underline-base">125€/hr (plus taxes)</span> for all our clients.
26-
No hidden fees, no special deals, just transparent pricing that only
27-
changes when it changes for everyone.
20+
One fixed rate of <span class="font-bold underline-base">140€/hr (plus taxes)</span> for all our clients. No hidden
21+
fees, no special deals, just transparent pricing that only changes when it changes for everyone.
2822
</Step>
2923
<Step class="text-benzol-green" title="Focused work" slot="second">
3024
We work up to <span class="font-bold underline-base">6 focused hours</span> each day,
31-
<span class="font-bold underline-base">5 days a week</span>, ensuring you get our
32-
best thinking and strongest work. Less quantity, more quality,
33-
we believe that's how great apps are built.
25+
<span class="font-bold underline-base">5 days a week</span>, ensuring you get our best thinking and strongest
26+
work. Less quantity, more quality, we believe that's how great apps are built.
3427
</Step>
3528
<Step class="text-benzol-green" title="Working hours" slot="third">
3629
Based in <span class="font-bold underline-base">Spain</span> but flexible with schedules. All we need is

src/content/blog/welcome-to-antropia.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ At Antropia, we bring ideas to life by combining technical expertise, design thi
3333

3434
We understand that early-stage projects need clarity, speed, and focus. Here’s what you can expect from working with us:
3535

36-
- **Fixed rate** - We believe in being fair with every and each of our clients. We offer a **fixed rate of 125€/hr**[^1]. If the rate changes (due to external factors, like inflation), it will be for all of our clients equally.
36+
- **Fixed rate** - We believe in being fair with every and each of our clients. We offer a **fixed rate of 140€/hr**[^1]. If the rate changes (due to external factors, like inflation), it will be for all of our clients equally.
3737
- **Focused work** - We work up to **6 hours a day, 5 days a week**. This might sound odd, but this is the only way to ensure you get the most value from our time. We are focused, and we are continuously looking for ways to increase and enhance our time _in the zone_.
3838
- **Working hours** - We work from Spain, but we can adapt our schedule to your timezone, as long as there is a **2-hour overlap** in the range **10AM-6PM CET/CEST**.
3939

0 commit comments

Comments
 (0)