+
+ We'll work with your team to blend your current tracking setup with
+ our proven best practices for measuring user behavior. Together
+ we'll define the events to track.
+
+
+ Whether it's implementing walker.js, managing consent handling, or
+ setting up server-side data collection using Google Cloud Platform
+ and BigQuery, we'll tailor our support to your needs.
+
+
+ Stay connected with the elbwalker team through bi-weekly check-ins
+ after your initial onboarding. Plus, access our developers to
+ address production-related challenges.
+
+
+
+
+ );
+}
diff --git a/website/src/components/services/hero.tsx b/website/src/components/services/hero.tsx
new file mode 100644
index 000000000..a0fef65ba
--- /dev/null
+++ b/website/src/components/services/hero.tsx
@@ -0,0 +1,53 @@
+import React from 'react';
+import { Button } from '../atoms/buttons';
+
+export default function Hero() {
+ const CheckSVG = ({ children }) => (
+
+
+ {children}
+
+ );
+
+ return (
+
+
+
+
walkerOS
+
+ Professional services{' '}
+
+
+
+ We help you set up and leverage walkerOS. Go from tracking chaos to
+ tracking excellence in record speed.
+
+
+
+
+
+
+
+ direct support from the creators
+ initial setup in 5 days
+ fully integrated into your infrastructure
+
+
+ );
+}
diff --git a/website/src/components/services/projects.tsx b/website/src/components/services/projects.tsx
new file mode 100644
index 000000000..ba8dc86e0
--- /dev/null
+++ b/website/src/components/services/projects.tsx
@@ -0,0 +1,76 @@
+import React from 'react';
+import { Button } from '../atoms/buttons';
+
+import { CheckIcon } from '@heroicons/react/20/solid';
+
+const includedFeatures = [
+ 'Measurement plan',
+ 'Implementation guidance',
+ 'Client- and server-side setup',
+ 'Ongoing training & development',
+];
+
+export default function Projects() {
+ return (
+
+
+
+
+
+ Projects (5+ days)
+
+
+ Partner with us to design and implement a robust pipeline for
+ high-quality, privacy-friendly data. We're creating a solution
+ tailored to your unique needs, ensuring long-term success.
+
+ Start strong with a dedicated consulting session. Use this time to
+ review your setup, refine your measurement plan, or get expert
+ answers to your questions.
+
+ Invoices and receipts available for easy company reimbursement
+
+
+
+
+
+
+
+ );
+}
diff --git a/website/src/components/services/team.tsx b/website/src/components/services/team.tsx
new file mode 100644
index 000000000..acc9bbc8b
--- /dev/null
+++ b/website/src/components/services/team.tsx
@@ -0,0 +1,84 @@
+import React from 'react';
+import { Button } from '../atoms/buttons';
+
+const people = [
+ {
+ name: 'Alexander Kirtzel',
+ role: 'Co-Founder / Developer',
+ imageUrl: '/img/author/alexander2.png',
+ bio: 'Alexander is the creator and head developer of walkerOS. He specializes in the technical setup of tracking and data collection and will help you get walkerOS running.',
+ linkedinUrl: 'https://www.linkedin.com/in/alexanderkirtzel/',
+ },
+ {
+ name: 'Ayla Prinz',
+ role: 'Co-Founder / Analyst',
+ imageUrl: '/img/author/ayla2.png',
+ bio: 'Ayla brings her expertise as an analytics consultant to create structured measurement plans and deliver the first insightful reports based on your walkerOS data.',
+ linkedinUrl: 'https://www.linkedin.com/in/ayla-prinz/',
+ },
+ // More people...
+];
+
+export default function Team() {
+ return (
+
+
+
+
+ About the team
+
+
+ We're a fast data duo dedicated to privacy-friendly data collection
+ and actionable marketing and product data.
+