import { SectionHeading } from "@/components/ui/section-heading" import { ComponentContainer } from "@/components/ui/component-container" export function TablesSection() { // Add a style block for the custom hover effect using the CSS variable const customHoverStyle = ` .table-row-hover:hover { background-color: var(--background-secondary); } ` return (