type SectionProps = {
title: string;
text: string;
};
export function InfoSection({ title, text }: SectionProps) {
return (
<section className="info-section">
<h2>{title}</h2>
<p>{text}</p>
</section>
);
}Izumrudny Gorod Website
Website implementation with reusable UI sections and responsive layout.
- Next.js
- React
- TypeScript
- Tailwind CSS
- Built 3 UI components.
- Implemented 3 full pages.
О центре
Поддержка, развитие и адаптация детей и взрослых.