import reflex as rx def about_content() -> rx.Component: return rx.box( rx.h1("About BlurMe"), rx.p("BlurMe is an awesome app that blurs faces and license plates on photos."), # Dodaj więcej treści o aplikacji BlurMe... )