SeloraX Main Website
Marketing site for the SeloraX platform, with a blog, pricing, and full SEO metadata.
A multi-page marketing site with a working blog, FAQ, pricing, and legal surface, where every route has correct canonical and share metadata rather than one set copied across the site.
The public marketing site for SeloraX: a multi-page Next.js App Router build with a blog system, categories and detail pages, FAQ, services, pricing, contact, and legal pages. SEO-ready throughout with OpenGraph, Twitter cards, sitemap, and robots, and a motion-heavy premium UI built on CSS Modules.

Problem
A commerce platform selling to merchants needs a site that both converts and gets found. The product had a dashboard and a storefront engine but no public front door carrying its own SEO weight.
Constraint
Marketing pages change often and are edited by people who are not going to run a build, so the content had to be structured rather than hand-written into components, and the motion had to stay cheap enough not to hurt the pages it decorates.
Decision
Built it on the App Router with static and dynamic routes, keeping content in structured data rather than markup, and wired OpenGraph, Twitter cards, sitemap, and robots at the route level so every page carries its own metadata instead of inheriting the homepage.
Tradeoff
CSS Modules over a utility framework means more files and more naming decisions, chosen because the visual language here is heavily bespoke and per-section rather than composed from a shared scale.
Result
A multi-page marketing site with a working blog, FAQ, pricing, and legal surface, where every route has correct canonical and share metadata rather than one set copied across the site.