Build: Home Screen with Bottom Navigation
This screen shows a bottom navigation bar with three tabs: Home, Search, and Profile. Tapping each tab changes the main content area to show the selected page name.
Target UI
┌─────────────────────────────┐ │ │ │ Home Page │ │ │ │ │ │ │ │ │ │ │ ├────────────┬────────────┬────────────┤ │ Home │ Search │ Profile │ │ (icon) │ (icon) │ (icon) │ └────────────┴────────────┴────────────┘
Add a BottomNavigationBar with three items: Home, Search, Profile
Show the selected tab's name in the center of the screen
Highlight the selected tab icon and label
Switch content when tapping different tabs