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.
Section component example
type SectionProps = {
  title: string;
  text: string;
};

export function InfoSection({ title, text }: SectionProps) {
  return (
    <section className="info-section">
      <h2>{title}</h2>
      <p>{text}</p>
    </section>
  );
}
Component preview

О центре

Поддержка, развитие и адаптация детей и взрослых.