Description:
This component combines the following sections into one reusable widget for displaying information:
Components:
-
Working Hours Subsection
- Displays working hours by day with the current day highlighted.
-
Address Subsection
- Shows the clinic's address and a clickable website link.
-
Additional Offerings Subsection
- Provides buttons for booking online appointments or vaccinations.
Development Notes:
- Use a
Column widget to stack these sections vertically.
- Ensure proper spacing and padding between subsections.
- Each subsection should be modular and testable independently for reusability.
Description:
This component combines the following sections into one reusable widget for displaying information:
Components:
Working Hours Subsection
Address Subsection
Additional Offerings Subsection
Development Notes:
Columnwidget to stack these sections vertically.