{textLabels.title.prefix} {textLabels.title.highlight}
{textLabels.subtitle}
{sectionCards.gettingStarted.title}
{sectionCards.gettingStarted.description}
--- description: Home Page hide_table_of_contents: true sidebar_label: Home title: Home slug: / --- import './homepage.css'; import { ArrowRight } from 'lucide-react'; import gettingStartedImage from '../../src/pages/getting-started.png'; import { textLabels, featureCards, setupCards, deployOptions, dataCards, organizationCards, releaseCards, resourceCards, sectionCards } from './homePageData'; import Link from '@docusaurus/Link'; {/* // Reusable components */} export const Card = ({ className = '', href, children }) => { const cardContent = (
{content}
{description}
{children}{textLabels.subtitle}
{sectionCards.gettingStarted.description}