Build: Home Screen
This screen shows a list of items. When you tap an item, it navigates to a detail screen showing the item name.
Target UI
Home Screen ---------------- | Item 1 | | Item 2 | | Item 3 | ---------------- Tap an item to see details.
Use NavigationLink to navigate from the list to a detail screen.
The detail screen must display the selected item's name.
Use a NavigationView to enable navigation.
Display a list of three items: Item 1, Item 2, Item 3.