---
title: "Why AI-built marketing sites look generated (and how to fix it)"
description: "Coding agents ship layouts fast, but the result reads as template soup. Here is what actually makes a marketing site look designed — and how Initium encodes it."
slug: marketing-sites-that-look-designed
date: "2026-08-02"
tags:
  - shadcn
  - landing-pages
  - ai-workflow
author: Initium Team
---

Every dev who has asked a coding agent for a landing page knows the result: technically fine, visually forgettable. The spacing is uneven, the headline is generic, and every section looks like it came from a different site.

## The three tells of a generated site

1. **No rhythm.** Sections stack without alternation — no zigzag, no breathing room budget.
2. **Copy sized wrong for the layout.** Headlines overflow their blocks or leave awkward gaps.
3. **Invented proof.** Fake testimonials and made-up metrics that erode trust on sight.

## What "designed" actually means

A designed page follows a system: one style preset, a headline budget per block, and sections chosen for the story they tell in sequence — not for how impressive each looks alone.

```bash
npx shadcn@latest add @initium/hero-section-1
```

Initium ships that system as blocks, style presets, and agent skills — so the agent assembling your page follows the same rules a designer would.
