import React from 'react'; type GeneralTopSectionProps = { title: string; description?: string; mainImage: string; }; export const GeneralTopSection = ({ title, description, mainImage }: GeneralTopSectionProps) => (
{description}