CA Ashama — Visual Redesign Directions

Evaluation document accompanying the 15 HTML mockups. Open index.html to browse them.

→ Open the comparison viewer

Why the current site reads as “AI-generated, no taste”

It isn’t the palette — the warm cream + bronze + forest-green is actually a decent foundation. The problem is execution, and there are four concrete tells:

  1. Font incoherence. app/layout.js loads DM Sans + Sora as CSS variables, but app/globals.css overrides everything back to Poppins + Inter. The site ships commodity fonts and the two fonts it loaded go unused. No typographic point of view at all.
  2. The gradient reflex. Every heading is a bg-clip-text gradient; every CTA card is from-primary/5 to-accent/10; every hero has blurred color blobs. This “depth-by-default” applied uniformly is the single biggest signature of generated UI.
  3. 47 stock shadcn/ui components, zero customization. Default “New York” radius, default shadows, default variants everywhere — nothing expresses a brand.
  4. No spatial point of view. Every section is a centered container with a symmetric 3-up grid. Nothing breaks the grid, nothing is composed.

The encouraging part: because of the registry + base-layout architecture, roughly 10–12 files control ~95% of the visual surface. A proper re-theme is high-leverage — not a 200-page rewrite.

The five directions

Each mockup uses identical content so you’re comparing pure design. Three pages per direction: Home, a Blog post (the “Which Car By Income” guide, with an in-body calculator), and a Calculator (Income Tax, old vs new regime).

AThe Financial Broadsheet — editorial / print-journal

Reads like a respected financial publication (FT / Mint / Monocle), not a SaaS page. Authority through editorial restraint.

BQuiet Luxury — private-wealth minimal

The calm of a boutique private-wealth advisor. Expensive-feeling restraint and air.

CFintech Terminal — precise, data-forward

Built around the fact that 62 calculators are the core asset. The energy of Mercury / Ramp / Linear, but warmer and light-first.

DIndian Heritage-Modern — warm, rooted, contemporary

Emotionally resonant for the NRI diaspora — the warmth of home, executed tastefully (never kitsch).

EConfident Contemporary — soft neo-brutalist

Young creator-economy energy for the freelancer / content-creator segment. Bold and structured, but disciplined.

My recommendation

For a credibility-driven site whose core asset is calculators, my ranking is:

  1. C · Fintech Terminal — most differentiated, makes your 62 calculators the hero, and “precise with money” is exactly the trust signal a CA wants.
  2. A · Financial Broadsheet — the most tasteful and authoritative; ages well; excellent for long-form content.
  3. A hybrid C + A — Broadsheet typography for content pages (blog, hacks), Terminal precision for calculators and the homepage. Likely the strongest real-world outcome.

D and E are the bolder bets — worth a look if you want emotional warmth (D) or a younger, more energetic skew (E).

How we re-skin the whole site properly (Stage 2)

A real re-theme centralizes the design language so ~10–12 files cascade across all 200+ pages:

  1. Tokens — rebuild CSS variables in app/globals.css + tailwind.config.js. One source of truth for color, radius, shadow.
  2. Fonts — fix the incoherence: wire chosen fonts via next/font in app/layout.js, align the type scale. Removes the biggest “generic” tell.
  3. shadcn primitives — customize button, card, badge, input variants.
  4. Base layoutsnavigation.jsx, the extracted footer, BaseBlogLayout, BaseCalculator, HackDetailClient, RelatedItemsGrid + the shared CTA. These reskin every content page.
  5. Listing / hero pages — homepage + calculators / blog / hacks heroes.
  6. Kill the gradient/blob reflex — replace gradient headings, from-primary/5 cards, and blobs with the chosen depth strategy.
  7. Blog prose theme + one restrained motion system.

All logic (calculators, registries, analytics) stays untouched — this is a visual reskin.

How to review

Open index.html. Pick a direction + page, then use the Desktop / Tablet / Mobile toggle. “Open ↗” pops the raw page in a new tab. Compare the same page across directions (e.g. everyone’s Calculator) to judge fairly. Then tell me your pick — one direction or a hybrid — and I’ll implement Stage 2 on the live site.

→ Open the comparison viewer