Skip to content

Commit 7beb047

Browse files
committed
feat(marketing): rehaul okcode landing page
1 parent 35cc5f1 commit 7beb047

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

apps/marketing/src/pages/index.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ const themes = [
124124
accent: "#fbbf24",
125125
},
126126
{
127-
id: "cursor-dark",
128-
label: "Cursor Dark",
129-
vibe: "Sleek, focused, professional",
127+
id: "deep-sea-terminal",
128+
label: "Deep Sea Terminal",
129+
vibe: "Calm, submerged, low-stress",
130130
body:
131-
"Refined charcoal with cool indigo accents for builders who want a polished, distraction-free workspace that stays sharp through long sessions.",
131+
"Abyss navy with bioluminescent aqua and sea-glass mint for builders who want long sessions to feel quiet and breathable.",
132132
gradient:
133-
"linear-gradient(135deg, rgba(107,158,255,0.2), rgba(90,90,180,0.18) 50%, rgba(60,60,140,0.22))",
134-
border: "rgba(107, 158, 255, 0.3)",
135-
accent: "#6b9eff",
133+
"linear-gradient(135deg, rgba(34,211,238,0.18), rgba(59,130,246,0.2) 50%, rgba(45,212,191,0.24))",
134+
border: "rgba(94, 234, 212, 0.3)",
135+
accent: "#5eead4",
136136
},
137137
] as const;
138138

0 commit comments

Comments
 (0)