Blog

Welcome to the NexGen IT Services blog. Here's an example MDX post:

Building fast with Next.js + Tailwind

We love the developer experience and performance that Next.js provides. Tailwind makes styling fast and consistent.

export default function Example() {
  return <button className="px-3 py-2 bg-primary text-white rounded">Hello</button>
}