import React from "react"; import clsx from "clsx"; import { LandingTileListIcon } from "./icons/landing-tile-list"; import { LandingTileSidesIcon } from "./icons/landing-tile-sides"; import { LandingTileHoneycombIcon } from "./icons/landing-tile-honeycomb"; import { LandingTileWithImage } from "./landing-tile-with-image"; import { LandingFeatherIcon } from "./icons/landing-feather"; import { LandingTile } from "./landing-tile"; import { LandingAutomateIcon } from "./icons/landing-automate"; import { LandingAuthorizationIcon } from "./icons/landing-authorization"; import { LandingIntegrationIcon } from "./icons/landing-integration"; import { LandingReactIcon } from "./icons/landing-react"; export const LandingTiles = () => { return (
Why refine ?
}> <> Eliminates repetitive tasks for{" "} CRUD,{" "} networking, and{" "} state management. }> <> Keeps your code{" "} clean and{" "} boilerplate-free. }> <> Extended API’s for{" "} Material UI,{" "} Ant Design,{" "} ChakraUI, and{" "} Mantine. }> Lightweight core library with a{" "} minimal footprint. } > Automated interface generation {" "} by analyzing your backend data. }> Components for{" "} Authentication and{" "} Access Control flows. } > Seamless integration with{" "} existing React projects .
} > Runs on{" "} every platform that supports React.
); };