import {
Button,
Container,
Flex,
HStack,
Heading,
Image,
Span,
Stack,
Tabs,
Text,
} from "@chakra-ui/react"
import Link from "next/link"
// import { DemoCode } from "../demo-code"
import { Blob } from "./blob"
// import { AccessibilityDemo } from "./data/accessibility-demo"
import { BlitzFillIcon } from "./icons"
const Intro = () => (
Accessible UI Components
Less code. More speed
Meet the system for modern product development.{" "}
Streamline issues, projects, and product roadmaps.
)
const Testimonial = () => (
“Chakra UI is glorious. Dark mode support looks amazing and it is 100%
built-in. I love the consistent use of focus styling and the subtle
animation. Great care for accessibility throughout. It is a guiding
principle of the design system.”
Guillermo RauchCEO / Vercel
)
const CodePreviewSection = () => (
{["Preview", "Code"].map((tab) => (
{tab}
))}
{/* */}
{/* */}
)
export const Accessibility = async () => (
)