import { Breadcrumb as ChakraBreadcrumb, BreadcrumbItem, BreadcrumbLink } from '@chakra-ui/react' import Link from 'next/link' import React from 'react' /** * Renders a breadcrumb component with links to navigate through different pages. * * @param {Object} props - The props object containing the brand name. * @param {string} props.brandName - The name of the brand to display in the breadcrumb. * @return {JSX.Element} The rendered breadcrumb component. */ const Breadcrumb = ({ brandName }) => { return (