import clsx from "clsx" import { Card, IconHeadline, WindowPaintbrushIcon } from "docs-ui" import { Book } from "@medusajs/icons" import { basePathUrl } from "../../../utils/base-path-url" import HomepageCodeTabs from "../CodeTabs" const HomepageTopSection = () => { return (
} />

Learn how to build Medusa projects. Explore our guides.

} />

A digital commerce platform with a built-in framework for customizations.

Unlike other platforms, Medusa allows you to easily customize and extend the behavior of your commerce platform to always fit your business needs.
) } export default HomepageTopSection