diff --git a/frontend/package.json b/frontend/package.json
index 396522d8..9eaab3e1 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
+ "build:marketing": "vite build --mode marketing",
"build:check": "tsc -b && vite build",
"type-check": "tsc -b --noEmit",
"lint": "eslint .",
diff --git a/frontend/src/marketing/components/HeroSection.tsx b/frontend/src/marketing/components/HeroSection.tsx
index 335f5414..16d3fc5a 100644
--- a/frontend/src/marketing/components/HeroSection.tsx
+++ b/frontend/src/marketing/components/HeroSection.tsx
@@ -16,6 +16,29 @@ const HeroSection: React.FC
{step.description}